Update NGINX configuration and docker-compose for improved service references

This commit is contained in:
Sean Morley
2025-01-10 19:41:03 -05:00
parent 6cf17ce56e
commit ae3c43f7c8
2 changed files with 7 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ services:
container_name: adventurelog-frontend
restart: unless-stopped
environment:
- PUBLIC_SERVER_URL=http://server:8000 # MOST DOCKER USERS WILL NOT NEED TO CHANGE THIS EVER EVEN IF YOU CHANGE THE OUTWARD PORT
- 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
- ORIGIN=http://localhost:8015
- BODY_SIZE_LIMIT=Infinity
ports: