Fixing issue with postgresql change
Rust Build / Check (pull_request) Successful in 48s
Rust Build / Clippy (pull_request) Successful in 30s
Rust Build / Rustfmt (pull_request) Successful in 44s
Rust Build / build (pull_request) Successful in 2m30s
Rust Build / Test Suite (pull_request) Successful in 1m19s

This commit is contained in:
2026-05-21 21:24:46 -04:00
parent bf9f795dfd
commit 60afdc8681
+1 -1
View File
@@ -28,7 +28,7 @@ services:
POSTGRES_DB: ${POSTGRES_AUTH_DB:-icarus_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