Remove static env var from prod compose
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Alessio Davoli 2023-12-27 12:16:39 +01:00
parent 3a3527e282
commit 2a969dedff

View file

@ -8,6 +8,5 @@ services:
ORIGIN: "${ORIGIN}"
PORT: 8000
BODY_SIZE_LIMIT: 0
PUBLIC_BACKEND_URL: ${PUBLIC_BACKEND_URL}
ports:
- 127.0.0.1:8000:8000