mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-05 21:25:19 +02:00
Docker compose comments for clarity
This commit is contained in:
parent
2dc3ac3aa3
commit
276ea42138
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ services:
|
|||
#build: ./frontend/
|
||||
image: ghcr.io/seanmorley15/adventurelog-frontend:latest
|
||||
environment:
|
||||
- PUBLIC_SERVER_URL=http://server:8000
|
||||
- PUBLIC_SERVER_URL=http://server:8000 # MOST DOCKER USERS WILL NEVER NEED TO CHANGE THIS, EVEN IF YOU CHANGE THE PORTS
|
||||
- ORIGIN=http://localhost:8080
|
||||
- BODY_SIZE_LIMIT=Infinity
|
||||
- BODY_SIZE_LIMIT=Infinity # This is measured in bytes
|
||||
ports:
|
||||
- "8080:3000"
|
||||
depends_on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue