Updated Dockerfiles and implemented API endpoint

This commit is contained in:
Discord Bot
2023-03-08 19:35:38 +00:00
parent d5e009714e
commit 737756be47
15 changed files with 103 additions and 25 deletions

View File

@@ -1,8 +1,17 @@
version: "3"
services:
app:
discord-bot:
build:
context: .
dockerfile: Dockerfiles/Dockerfile
container_name: winglbot
dockerfile: Dockerfiles/bot/Dockerfile
container_name: wingl-bot
restart: always
api:
build:
context: .
dockerfile: Dockerfiles/api/Dockerfile
container_name: wingl-api
restart: always
ports:
- 8000:8000