services: app: build: context: . target: runtime ports: - "8088:80" env_file: .env volumes: - ./data:/var/www/data restart: unless-stopped