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:
parent
1a28d1635b
commit
78d0a8818f
1 changed files with 8 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue