medol-be/docker-compose.yml

12 lines
243 B
YAML
Raw Normal View History

2024-03-06 15:19:09 +00:00
version: "3.8"
services:
2025-07-02 06:03:52 +00:00
web-medols-be:
image: registry.gitlab.com/hanifsalafi/web-medols-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-07-02 06:03:52 +00:00
- ./data/web-medols-be/logs:/app
2024-03-06 15:19:09 +00:00
ports:
- "8800:8800"