services: mailfilter: build: . ports: - "8080:8000" volumes: - ./data:/app/data - ./config:/app/config env_file: - .env environment: - LOG_LEVEL=INFO - YAML_SYNC_ON_STARTUP=true restart: unless-stopped