Files
haider-bot/docker-compose.yml
2023-03-08 19:35:38 +00:00

17 lines
320 B
YAML

version: "3"
services:
discord-bot:
build:
context: .
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