fix pgmanage

This commit is contained in:
root
2026-05-27 02:13:49 -04:00
parent 044f8cc2ee
commit edf4ef8f84
4 changed files with 12 additions and 2 deletions
+4
View File
@@ -52,6 +52,10 @@ services:
condition: service_healthy
environment:
PGMANAGE_LISTEN_PORT: "8000"
PGMANAGE_DEFAULT_USERNAME: ${PGMANAGE_DEFAULT_USERNAME:-admin}
PGMANAGE_DEFAULT_PASSWORD: ${PGMANAGE_DEFAULT_PASSWORD:-admin}
PGMANAGE_LICENSE_KEY: ${PGMANAGE_LICENSE_KEY:-}
PGMANAGE_SECURE_COOKIES: ${PGMANAGE_SECURE_COOKIES:-False}
ports:
- "8000:8000"
volumes: