! 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
|
||||
BIN
res/first_step_1.png
Normal file
BIN
res/first_step_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.2 KiB |
BIN
res/first_step_2.png
Normal file
BIN
res/first_step_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
706
res/logo.svg
Normal file
706
res/logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 29 KiB |
Reference in New Issue
Block a user