fix postgres not being in correct network
All checks were successful
Deploy Containers / Prepare (push) Successful in 27s
All checks were successful
Deploy Containers / Prepare (push) Successful in 27s
This commit is contained in:
@@ -17,6 +17,8 @@
|
|||||||
name: drop_postgres
|
name: drop_postgres
|
||||||
image: postgres:14-alpine
|
image: postgres:14-alpine
|
||||||
recreate: true
|
recreate: true
|
||||||
|
networks:
|
||||||
|
- name: drop
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: pg_isready -d drop -U drop
|
test: pg_isready -d drop -U drop
|
||||||
retries: 5
|
retries: 5
|
||||||
|
Reference in New Issue
Block a user