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