We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bfeb33 commit 8a24699Copy full SHA for 8a24699
docker-compose.yml
@@ -4,14 +4,14 @@ services:
4
bot:
5
image: alanbriolat/csbot:latest
6
volumes:
7
- - ${CSBOT_CONFIG_LOCAL:-./csbot.cfg}:/app/csbot.cfg
+ - ${CSBOT_CONFIG_LOCAL:-./csbot.toml}:/app/csbot.toml
8
links:
9
- mongodb
10
env_file:
11
- ./deploy.env
12
environment:
13
MONGODB_URI: mongodb://mongodb:27017/csbot
14
- command: csbot ${CSBOT_CONFIG:-csbot.cfg}
+ command: csbot ${CSBOT_CONFIG:-csbot.toml}
15
ports:
16
- "127.0.0.1:8180:8000"
17
labels:
0 commit comments