Added docker compose to build the project

This commit is contained in:
2025-05-30 18:24:47 +03:00
parent fafa493db7
commit c3dd68576d
4 changed files with 48 additions and 21 deletions

View File

@@ -1,24 +1,10 @@
services:
# discord-bot-client:
# build:
# context: ./DiscordBot
# dockerfile: Dockerfile
# tty: true
# stdin_open: true
discord-bot-webui:
name: Seth Docker Build
services:
discord-bot:
build:
context: ./WebUI
dockerfile: Dockerfile
ports:
- '4444:8080'
networks:
custom_bridge:
driver: bridge
ipam:
driver: default
config:
- subnet: "172.20.100.0/24"
gateway: "172.20.100.1"
- "8080:8080"
volumes:
- ./Data:/app/Data