! Published.
All checks were successful
Build the "latest" docker image / build_docker_image (push) Successful in 26s
Build docker image / build_docker_image (push) Successful in 28s

This commit is contained in:
2025-05-03 11:09:41 +02:00
commit 19dea8f983
82 changed files with 14408 additions and 0 deletions

15
res/docker-compose.yaml Normal file
View File

@@ -0,0 +1,15 @@
---
services:
discord-bot:
image: proxima.goliath.hu/proxima/discord-bot:latest
container_name: bot
volumes:
- "./volumes/bot/env/.env:/app/Bot/.env:ro"
- "./volumes/bot/storage:/app/Bot/Storage"
restart: unless-stopped
networks:
- proxima
networks:
proxima:
external: true