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