pianello-web-app/docker-compose.prod.yml

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