services: bottin: build: . image: agecem/bottin:latest ports: - "1312:1312" # http volumes: - "bottin-config:/etc/bottin" - "bottin-data:/var/lib/bottin" command: bottin server --config /etc/bottin/bottin.yaml restart: "always" volumes: bottin-config: bottin-data: networks: default: name: bottin