medol-be/docker-compose.yml

12 lines
217 B
YAML
Raw Normal View History

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:
- .:/app
ports:
- "8800:8800"