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