Updated docker files
Go / build (pull_request) Failing after 12s
Go / Test (pull_request) Failing after 1m28s

This commit is contained in:
2026-05-29 16:53:35 -04:00
parent 2da394c7a4
commit 4ee2bb1bce
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ services:
POSTGRES_DB: ${POSTGRES_AUTH_DB:-textsender_auth_db}
volumes:
# Persist database data using a named volume
- postgres_data:/var/lib/postgresql/data
- postgres_data:/var/lib/postgresql
ports: []
healthcheck:
# Checks if Postgres is ready to accept connections