services: app: build: context: . dockerfile: Dockerfile container_name: botwebwars ports: - "8000:8000" environment: - BOTWEBWARS_DEBUG=false restart: unless-stopped