laster 0.0.1
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
||||
PORT: 3000
|
||||
APP_BASE_URL: ${APP_BASE_URL:-http://localhost:8080}
|
||||
SESSION_COOKIE_SECURE: ${SESSION_COOKIE_SECURE:-false}
|
||||
WEB_CLIENT_ORIGINS: ${WEB_CLIENT_ORIGINS:-http://localhost:8080,http://localhost:5173,http://localhost:4173}
|
||||
WEB_CLIENT_ORIGINS: ${WEB_CLIENT_ORIGINS:-http://localhost:8080,http://localhost:5173,http://localhost:4173,http://localhost:3000,http://127.0.0.1:3000}
|
||||
ports:
|
||||
- "${WEB_SERVER_PORT:-3000}:3000"
|
||||
volumes:
|
||||
@@ -27,3 +27,4 @@ networks:
|
||||
|
||||
volumes:
|
||||
web_server_uploads:
|
||||
name: ${WEB_SERVER_UPLOADS_VOLUME:-robot-installer-web-server-uploads}
|
||||
|
||||
Reference in New Issue
Block a user