services: web: build: . env_file: - .env ports: - "${APP_HOST_PORT:-8000}:${APP_PORT:-8000}" restart: unless-stopped volumes: - .:/app - ./instance:/app/instance - ./data:/app/data