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