pianello-web-app/docker-compose.prod.yml
Alessio Davoli 2a969dedff
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Remove static env var from prod compose
2023-12-27 12:16:39 +01:00

12 lines
No EOL
234 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
ports:
- 127.0.0.1:8000:8000