qudoco-be/docker-compose.yml

13 lines
238 B
YAML
Raw Permalink Normal View History

2026-02-24 09:37:19 +00:00
version: "3.8"
services:
web-qudo-be:
image: registry.gitlab.com/hanifsalafi/web-qudo-be:dev
build:
context: .
dockerfile: Dockerfile
volumes:
- ./data/web-qudo-be/logs:/app
ports:
- "8800:8800"