This commit is contained in:
msnie
2025-02-03 10:19:35 +01:00
parent cdcd94dcb8
commit dd4f31e6a4
2 changed files with 5 additions and 33 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ services:
- db
- redis
volumes:
- /srv/mastodon/web/system:/mastodon/public/system
- /srv/mastodon/web:/mastodon/public/system
labels:
- traefik.enable=true
- "traefik.http.routers.mastodon.entrypoints=websecure"
@@ -90,7 +90,7 @@ services:
- traefik
- internal_network
volumes:
- /srv/mastodon/web/system:/mastodon/public/system
- /srv/mastodon/web:/mastodon/public/system
healthcheck:
test: ['CMD-SHELL', "ps aux | grep '[s]idekiq\ 6' || false"]