Fixed docker
Go / build (pull_request) Successful in 50s
Go / Test (pull_request) Failing after 56s

This commit is contained in:
2026-05-29 18:46:28 -04:00
parent fc7cb90d48
commit 690f02a459
2 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -62,7 +62,7 @@ services:
POSTGRES_DB: ${POSTGRES_AUTH_DB:-textsender_db}
volumes:
# Persist database data using a named volume
- postgres_data:/var/lib/postgresql/data
- postgres_data:/var/lib/postgresql
ports:
- "5432:5432"
healthcheck:
@@ -86,7 +86,7 @@ services:
POSTGRES_DB: ${POSTGRES_AUTH_DB:-textsender_auth_db}
volumes:
# Persist database data using a named volume
- postgres_data_auth:/var/lib/postgresql/data
- postgres_data_auth:/var/lib/postgresql
ports:
- "5433:5432"
healthcheck: