Skip to content

Commit

Permalink
fix: Mounting Revolt.toml in compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReStranger committed Oct 8, 2024
1 parent bf3921a commit 5f88f2b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ services:
- redis
- caddy
volumes:
- ./Revolt.toml:/Revolt.toml
- type: bind
source: ./Revolt.toml
target: /Revolt.toml

restart: always

# Events service (quark)
Expand All @@ -54,7 +57,9 @@ services:
- redis
- caddy
volumes:
- ./Revolt.toml:/Revolt.toml
- type: bind
source: ./Revolt.toml
target: /Revolt.toml
restart: always

# Web App (revite)
Expand Down

0 comments on commit 5f88f2b

Please sign in to comment.