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 - db
- redis - redis
volumes: volumes:
- /srv/mastodon/web:/mastodon/public/system - /srv/mastodon/web/system:/mastodon/public/system
labels: labels:
- traefik.enable=true - traefik.enable=true
- traefik.http.routers.mastodonweb.rule=Host(`kvist.knast.cc`) - traefik.http.routers.mastodonweb.rule=Host(`kvist.knast.cc`)
@@ -139,7 +139,7 @@ services:
- traefik - traefik
- internal_network - internal_network
volumes: volumes:
- /srv/mastodon/sidekiq:/mastodon/public/system - /srv/mastodon/web/system:/mastodon/public/system
healthcheck: healthcheck:
test: ['CMD-SHELL', "ps aux | grep '[s]idekiq\ 6' || false"] test: ['CMD-SHELL', "ps aux | grep '[s]idekiq\ 6' || false"]