fix: update NGINX configuration and docker-compose for improved service referencing and clarity

This commit is contained in:
Sean Morley
2025-01-10 19:40:06 -05:00
parent 1e48152e1a
commit b1a3379604
2 changed files with 7 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ services:
container_name: adventurelog-frontend
restart: unless-stopped
environment:
- PUBLIC_SERVER_URL=http://server:8000 # Should be the service name of the backend with port 8000, even if you change the port in the backend service
- PUBLIC_SERVER_URL=http://server:8000 # MOST DOCKER USERS WILL NOT NEED TO CHANGE THIS EVER EVEN IF YOU CHANGE THE OUTWARD PORT
- ORIGIN=http://localhost:8015
- BODY_SIZE_LIMIT=Infinity
ports: