pianello-web-app/docker-compose.prod.yml
2024-01-11 17:34:01 +01:00

12 lines
242 B
YAML

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