Files
docker-images/couchbase-2.5/docker-compose.example.yml
T
tiennm99 3a0e31b790 refactor(couchbase): rename image package to couchbase (Convention B)
Updates publish workflow to build/push couchbase (Convention B style:
<service>:<version>) instead of couchbase-2.5. Renames image in CI/CD
pipeline and adds OCI image-spec labels block aligned with scribe pattern.
Updates docker-compose.example.yml image reference.

Applies Convention B naming rule (codified in prior commit) to couchbase
image, enabling cleanup of orphan couchbase-2.5 packages via manual UI
deletion post-merge.
2026-05-28 13:44:43 +07:00

17 lines
340 B
YAML

services:
couchbase:
image: ghcr.io/tiennm99/couchbase:2.5.2
ports:
- "8091:8091"
- "8092:8092"
- "11210:11210"
- "11211:11211"
volumes:
- couchbase_data:/opt/couchbase/var
# May be required when using dedicated ports (Moxi)
# stdin_open: true
# tty: true
volumes:
couchbase_data: