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