fix postgres not being in correct network
All checks were successful
Deploy Containers / Prepare (push) Successful in 27s

This commit is contained in:
2025-07-31 21:21:59 -04:00
parent 15de729512
commit a7db85e59c

View File

@@ -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