babillard/docker-compose.yaml

14 lines
298 B
YAML
Raw Normal View History

2023-05-05 17:40:28 -04:00
services:
server:
restart: unless-stopped
build: .
image: git.agecem.com/agecem/babillard:latest
ports:
- '8080:8080'
volumes:
- 'server-config:/app/config'
command: ['babillard', 'server', '--config', '/app/config/.babillard.yaml']
volumes:
server-config: