Mount Revolt.toml for API and events

pull/97/head
Declan Chidlow 9 months ago
parent c8d61fb379
commit 47642b994e

@ -41,6 +41,8 @@ services:
- database
- redis
- caddy
volumes:
- ./Revolt.toml:/Revolt.toml
restart: always
# Events service (quark)
@ -51,6 +53,8 @@ services:
- database
- redis
- caddy
volumes:
- ./Revolt.toml:/Revolt.toml
restart: always
# Web App (revite)

Loading…
Cancel
Save