mastodon
This commit is contained in:
@@ -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"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user