! Published.
This commit is contained in:
15
res/docker-compose.yaml
Normal file
15
res/docker-compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user