This commit is contained in:
Donat Magda
2025-11-26 01:29:57 +01:00
parent b39ca0930a
commit e634b89b70
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -46,6 +46,7 @@ MINIO_BUCKET_NAME=serpentrace-logs
# Application Settings
APP_BASE_URL=https://szesnake.ddc.sze.hu
FRONTEND_URL=https://szesnake.ddc.sze.hu
PORT=3000
# Chat System Limits
+1 -1
View File
@@ -107,7 +107,7 @@ services:
retries: 5
# Adminer Database Viewer
pgadmin:
adminer:
image: adminer:latest
container_name: serpentrace-adminer
restart: unless-stopped
+2 -2
View File
@@ -46,8 +46,8 @@ server {
}
# Adminer Database Viewer proxy
location /pgadmin/ {
proxy_pass http://pgadmin:8080/;
location /adminer/ {
proxy_pass http://adminer:8080/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;