adding mastodon
This commit is contained in:
@@ -44,7 +44,7 @@ services:
|
||||
- /srv/mastodon/web:/mastodon/public/system
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.mastodonweb.rule=Host(`mastodon.$DOMAIN_NAME`)
|
||||
- traefik.http.routers.mastodonweb.rule=Host(`kvist.knast.cc`)
|
||||
- traefik.http.routers.mastodonweb.entrypoints=websecure
|
||||
- traefik.http.routers.mastodonweb.tls.certresolver=letsencr
|
||||
- traefik.http.services.mastodonweb.loadbalancer.server.port=3000
|
||||
@@ -67,7 +67,7 @@ services:
|
||||
- redis
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.mastodonstreaming.rule=(Host(`mastodon.$DOMAIN_NAME`) && PathPrefix(`/api/v1/streaming`))
|
||||
- traefik.http.routers.mastodonstreaming.rule=(Host(`kvist.knast.cc`) && PathPrefix(`/api/v1/streaming`))
|
||||
- traefik.http.routers.mastodonstreaming.entrypoints=websecure
|
||||
- traefik.http.routers.mastodonstreaming.tls.certresolver=letsencr
|
||||
- traefik.http.services.mastodonstreaming.loadbalancer.server.port=4000
|
||||
|
||||
Reference in New Issue
Block a user