1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 08:23:35 +03:00

change: add volume declarations to compose

This commit is contained in:
Octol1ttle 2024-10-25 15:07:23 +05:00
parent 1a28d1635b
commit 78d0a8818f
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF

View file

@ -12,6 +12,7 @@ services:
restart: unless-stopped
octobot:
container_name: octobot
build:
context: .
args:
@ -21,4 +22,11 @@ services:
network_mode: service:wireguard
depends_on:
- wireguard
volumes:
- guild-data:/Octobot/GuildData
- logs:/Octobot/Logs
restart: unless-stopped
volumes:
guild-data:
logs: