mirror of
https://github.com/tiennm99/docker-images.git
synced 2026-07-25 08:18:42 +00:00
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.
17 lines
340 B
YAML
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:
|