mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-17 19:37:02 +00:00
Add PROXY_PORT in docker-compose e .env
This commit is contained in:
@@ -16,8 +16,9 @@ services:
|
||||
- DB_NAME=${MYSQL_DATABASE:-whaticket}
|
||||
- JWT_SECRET=${JWT_SECRET:-3123123213123}
|
||||
- JWT_REFRESH_SECRET=${JWT_REFRESH_SECRET:-75756756756}
|
||||
- BACKEND_URL=${BACKEND_URL:-http://localhost:8080}
|
||||
- BACKEND_URL=${BACKEND_URL:-http://localhost}
|
||||
- FRONTEND_URL=${FRONTEND_URL:-http://localhost:3000}
|
||||
- PROXY_PORT=${PROXY_PORT:-8080}
|
||||
- CHROME_ARGS=--no-sandbox --disable-setuid-sandbox
|
||||
ports:
|
||||
- ${BACKEND_PORT:-8080}:3000
|
||||
|
||||
Reference in New Issue
Block a user