services: bbq: build: . restart: unless-stopped env_file: - path: .env required: false ports: - "127.0.0.1:${HOST_PORT:-8090}:8080" volumes: - bbq-data:/data volumes: bbq-data: