fix: reverse proxy for pgadmin

This commit is contained in:
Fu Zi Xiang 2023-10-12 17:14:59 +08:00
parent 3611c2076e
commit b3471991ff
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ services:
environment:
- PGADMIN_DEFAULT_EMAIL=${PGADMIN_DEFAULT_EMAIL}
- PGADMIN_DEFAULT_PASSWORD=${PGADMIN_DEFAULT_PASSWORD}
- PGADMIN_CONFIG_WTF_CSRF_ENABLED=False
ports:
- 5400:80

View File

@ -44,6 +44,7 @@ services:
environment:
- PGADMIN_DEFAULT_EMAIL=${PGADMIN_DEFAULT_EMAIL}
- PGADMIN_DEFAULT_PASSWORD=${PGADMIN_DEFAULT_PASSWORD}
- PGADMIN_CONFIG_WTF_CSRF_ENABLED=False
ports:
- 5400:80