edit container
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user