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