edit container

This commit is contained in:
2025-12-05 22:32:43 -05:00
parent 258ebce650
commit 009584f497

View File

@@ -4,6 +4,7 @@ services:
context: .
container_name: basharbot
restart: unless-stopped
network_mode: host
environment:
DOCKER_BUILDKIT: 0
DISCORD_TOKEN: ${DISCORD_TOKEN}
@@ -17,8 +18,6 @@ services:
- bot-logs:/app/logs
- bot-data:/app/data
- whisper-models:/root/.cache/huggingface
networks:
- bot-network
labels:
- "com.centurylinklabs.watchtower.enable=true"