pianello-web-app/docker-compose.prod.yml
Alessio Davoli 378c14675f
Some checks failed
ci/woodpecker/push/build Pipeline failed
Update compose env var
2023-12-22 16:14:16 +01:00

13 lines
No EOL
282 B
YAML

version: '3.7'
services:
frontend:
image: git.webdeploy.it/pianello/frontend:latest
restart: always
environment:
ORIGIN: "${ORIGIN}"
PORT: 8000
BODY_SIZE_LIMIT: 0
PUBLIC_BACKEND_URL: ${PUBLIC_BACKEND_URL}
ports:
- 127.0.0.1:8000:8000