version: "3.8" services: web-qudo-be: image: registry.gitlab.com/hanifsalafi/web-qudo-be:dev build: context: . dockerfile: Dockerfile volumes: - ./data/web-qudo-be/logs:/app ports: - "8800:8800"