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: