mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-05 13:15:18 +02:00
Update NGINX configuration and docker-compose for improved service references
This commit is contained in:
parent
6cf17ce56e
commit
ae3c43f7c8
2 changed files with 7 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue