server/docker-compose.yml
2023-11-19 16:05:07 -10:00

13 lines
213 B
YAML

version: '3'
services:
lysand:
build:
context: .
dockerfile: Dockerfile
ports:
- 8080:8080
container_name: lysand
volumes:
- ./logs:/app/logs
- ./config:/app/config