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
|
||||
image: postgres:14-alpine
|
||||
recreate: true
|
||||
networks:
|
||||
- name: drop
|
||||
healthcheck:
|
||||
test: pg_isready -d drop -U drop
|
||||
retries: 5
|
||||
|
Reference in New Issue
Block a user