mirror of
https://github.com/johndoe6345789/WizardMerge.git
synced 2026-04-24 13:44:55 +00:00
15 lines
249 B
YAML
15 lines
249 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
wizardmerge-backend:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./logs:/app/build/logs
|
|
restart: unless-stopped
|
|
environment:
|
|
- LOG_LEVEL=INFO
|