add portainer to production

This commit is contained in:
root
2026-05-22 12:18:49 -04:00
parent 72f2a13574
commit 3e856e093d
3 changed files with 30 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ services:
- "8000:8000"
environment:
PGMANAGE_LISTEN_PORT: "8000"
PGMANAGE_DEFAULT_USERNAME: ${PGMANAGE_DEFAULT_USERNAME:-admin}
PGMANAGE_DEFAULT_PASSWORD: ${PGMANAGE_DEFAULT_PASSWORD:-admin}
extra_hosts:
- "host.docker.internal:host-gateway"
volumes: