Updated docker and repo check for no internet connection

This commit is contained in:
2025-01-14 12:44:07 +02:00
parent 7ebe3e7014
commit 8b2169dc7b
13 changed files with 178 additions and 22 deletions

View File

@@ -1,5 +1,22 @@
services:
discordbotwebui:
discord-bot-client:
build:
context: .
dockerfile: DiscordBot/Dockerfile
tty: true
stdin_open: true
discord-bot-webui:
build:
context: .
dockerfile: DiscordBotWebUI/Dockerfile
networks:
custom_bridge:
driver: bridge
ipam:
driver: default
config:
- subnet: "172.20.100.0/24"
gateway: "172.20.100.1"