This commit is contained in:
msnie
2025-02-02 20:11:27 +01:00
parent 4818a4263d
commit 0fe3f14428
+2 -2
View File
@@ -58,7 +58,7 @@ services:
- db
- redis
volumes:
- /srv/mastodon/web:/mastodon/public/system
- /srv/mastodon/web/system:/mastodon/public/system
labels:
- traefik.enable=true
- traefik.http.routers.mastodonweb.rule=Host(`kvist.knast.cc`)
@@ -139,7 +139,7 @@ services:
- traefik
- internal_network
volumes:
- /srv/mastodon/sidekiq:/mastodon/public/system
- /srv/mastodon/web/system:/mastodon/public/system
healthcheck:
test: ['CMD-SHELL', "ps aux | grep '[s]idekiq\ 6' || false"]