version: "2.1" services: bot-tom: image: registry.gitlab.com/confreriedukassoulait/bot-tom:latest container_name: Bot-Tom environment: - ACCESS_TOKEN=yourAccessToken - PREFIX=yourPrefix - CHANNEL=yourChannel(s) volumes: - /here/your/path/:/opt/db restart: unless-stopped