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: .
|
2024-03-07 10:20:51 +00:00
|
|
|
dockerfile: Dockerfile
|
2024-03-06 15:19:09 +00:00
|
|
|
volumes:
|
2025-04-19 16:08:09 +00:00
|
|
|
- ./data/web-humas-be/logs:/app
|
2024-03-06 15:19:09 +00:00
|
|
|
ports:
|
|
|
|
|
- "8800:8800"
|