qudoco-be/docker-compose.yml

13 lines
238 B
YAML

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"