Add PROXY_PORT in docker-compose e .env

This commit is contained in:
Ricardo Paes
2022-02-14 10:25:57 -03:00
parent 8a22467540
commit 63bbec551e
2 changed files with 5 additions and 3 deletions

View File

@@ -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