1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-07 22:46:30 +03:00

change: remove WireGuard from default Compose config

This commit is contained in:
Octol1ttle 2024-10-25 15:33:35 +05:00
parent a71c0aa2b4
commit c540a63c6f
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
3 changed files with 18 additions and 32 deletions

17
compose.example.yaml Normal file
View file

@ -0,0 +1,17 @@
services:
octobot:
container_name: octobot
build:
context: .
args:
- PUBLISH_OPTIONS
environment:
- BOT_TOKEN
volumes:
- guild-data:/Octobot/GuildData
- logs:/Octobot/Logs
restart: unless-stopped
volumes:
guild-data:
logs: