Env fixes for Patchmon services.

This commit is contained in:
2026-05-19 09:10:10 -04:00
parent f0a8389f54
commit 0d94c3f9f7
+2 -2
View File
@@ -182,7 +182,7 @@ services:
environment: environment:
CORS_ORIGIN: "*" CORS_ORIGIN: "*"
POSTGRES_HOST: patchmon-pg-db POSTGRES_HOST: patchmon-pg-db
DATABASE_URL: postgresql://patchmon:${PATCHMON_PG_PASSWORD}@patchmon-pg-db:5432/${POSTGRES_DB} DATABASE_URL: postgresql://patchmon:${PATCHMON_PG_PASSWORD}@patchmon-pg-db:5432/patchmon
ENABLE_LOGGING: true ENABLE_LOGGING: true
GUACD_ADDRESS: patchmon-guacd:4822 GUACD_ADDRESS: patchmon-guacd:4822
LOG_LEVEL: debug LOG_LEVEL: debug
@@ -234,7 +234,7 @@ services:
"redis-cli", "redis-cli",
"--no-auth-warning", "--no-auth-warning",
"-a", "-a",
"${REDIS_PASSWORD}", "${PATCHMON_REDIS_PASSWORD}",
"ping", "ping",
] ]
interval: 3s interval: 3s