Updated docker and repo check for no internet connection
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user