Remove static env var from prod compose
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
3a3527e282
commit
2a969dedff
1 changed files with 0 additions and 1 deletions
|
@ -8,6 +8,5 @@ services:
|
||||||
ORIGIN: "${ORIGIN}"
|
ORIGIN: "${ORIGIN}"
|
||||||
PORT: 8000
|
PORT: 8000
|
||||||
BODY_SIZE_LIMIT: 0
|
BODY_SIZE_LIMIT: 0
|
||||||
PUBLIC_BACKEND_URL: ${PUBLIC_BACKEND_URL}
|
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8000:8000
|
- 127.0.0.1:8000:8000
|
Loading…
Reference in a new issue