We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b01d1b commit 193c0e0Copy full SHA for 193c0e0
.dockerignore
@@ -1 +1,2 @@
1
-mongodb/
+mongodb/
2
+.venv/
compose.yml
@@ -4,7 +4,7 @@ x-bbot-server-base: &bbot-server-base
4
restart: unless-stopped
5
volumes:
6
- "${BBOT_SERVER_CONFIG:-~/.config/bbot_server/config.yml}:/root/.config/bbot_server/config.yml"
7
- - .:/app
+ - ./bbot_server:/app/bbot_server
8
- ./bbot_server/defaults_docker.yml:/app/bbot_server/defaults.yml
9
10
services:
0 commit comments