Updated Dockerfiles and implemented API endpoint
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user