1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +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 restart: unless-stopped
octobot: octobot:
container_name: octobot
build: build:
context: . context: .
args: args:
@ -21,4 +22,11 @@ services:
network_mode: service:wireguard network_mode: service:wireguard
depends_on: depends_on:
- wireguard - wireguard
volumes:
- guild-data:/Octobot/GuildData
- logs:/Octobot/Logs
restart: unless-stopped restart: unless-stopped
volumes:
guild-data:
logs: