fix(docker): mount .env as volume so web panel config persists across container recreation
This commit is contained in:
@@ -10,6 +10,7 @@ services:
|
||||
environment:
|
||||
WEB_PANEL_HOST: 0.0.0.0
|
||||
volumes:
|
||||
- ./.env:/app/.env
|
||||
- ./config.yaml:/app/config.yaml
|
||||
- ./tg-watchbot.sqlite3:/app/tg-watchbot.sqlite3
|
||||
- ./tg-watchbot.log:/app/tg-watchbot.log
|
||||
|
||||
Reference in New Issue
Block a user