Compare commits

..

2 Commits

Author SHA1 Message Date
6794e56748 postgres docker compose file deleted
All checks were successful
sample gradle build and test / build (pull_request) Successful in 1m32s
sample gradle build and test / tag (push) Successful in 7s
sample gradle build and test / build_tag_push (push) Successful in 3m9s
Promote image with tag test to prod / tag (push) Successful in 11s
Promote image with tag test to prod / build_tag_push (push) Successful in 16s
2025-10-18 17:33:06 +05:30
25ef5660fa Env name added in container name 2025-10-18 17:30:25 +05:30

View File

@ -19,7 +19,7 @@ services:
restart: unless-stopped
postgres:
image: postgres:15-alpine
container_name: cftunnel-db
container_name: cftunnel-db-${ENV}
environment:
POSTGRES_DB: cftunnel
POSTGRES_USER: ${POSTGRES_USERNAME}