2024-03-06 15:19:09 +00:00
|
|
|
version: "3.8"
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
web-humas-be:
|
2024-03-06 15:34:09 +00:00
|
|
|
image: registry.gitlab.com/hanifsalafi/web-humas-be:dev
|
2024-03-06 15:19:09 +00:00
|
|
|
build:
|
|
|
|
|
context: .
|
|
|
|
|
dockerfile: build/Dockerfile
|
|
|
|
|
volumes:
|
|
|
|
|
- .:/app
|
|
|
|
|
ports:
|
|
|
|
|
- "8800:8800"
|