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
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
This commit is contained in:
parent
25ef5660fa
commit
6794e56748
@ -1,16 +0,0 @@
|
|||||||
services:
|
|
||||||
postgres:
|
|
||||||
image: postgres
|
|
||||||
container_name: cftunnel-db
|
|
||||||
restart: always
|
|
||||||
environment:
|
|
||||||
POSTGRES_DB: cftunnel
|
|
||||||
POSTGRES_USER: root
|
|
||||||
POSTGRES_PASSWORD: password
|
|
||||||
ports:
|
|
||||||
- "5432:5432"
|
|
||||||
volumes:
|
|
||||||
- pgdata:/var/lib/postgresql/data
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
pgdata:
|
|
||||||
Loading…
Reference in New Issue
Block a user