version: "3" services: runnersmeet: image: executry/runners-meet ports: - 7180:80 volumes: - "./data:/app/data" - "./config/app.prod.config.json:/app/wwwroot/assets/app.config.json" environment: - ASPNETCORE_ENVIRONMENT=Production - ASPNETCORE_URLS=http://*:80 deploy: restart_policy: condition: on-failure delay: 5s max_attempts: 3 window: 10s resources: limits: cpus: "1" memory: "2gb"