mastodon
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version: '3'
|
||||
version: '35'
|
||||
services:
|
||||
db:
|
||||
restart: always
|
||||
@@ -54,7 +54,7 @@ services:
|
||||
- "traefik.http.routers.mastodon.rule=Host(`kvist.knast.cc`)"
|
||||
- "traefik.http.routers.mastodon.tls=true"
|
||||
- "traefik.http.routers.mastodon.tls.certresolver=letsencr"
|
||||
- "traefik.http.services.mastodon.loadbalancer.server.port=3443"
|
||||
- "traefik.http.services.mastodon.loadbalancer.server.port=3000"
|
||||
|
||||
streaming:
|
||||
image: ghcr.io/mastodon/mastodon-streaming:v4.3.3
|
||||
@@ -83,7 +83,7 @@ services:
|
||||
- traefik.http.routers.mastodon_streaming.entrypoints=websecure
|
||||
- traefik.http.routers.mastodon_streaming.tls=true
|
||||
- traefik.http.routers.mastodon_streaming.tls.certresolver=letsencr
|
||||
- traefik.http.services.mastodon_streaming.loadbalancer.server.port=4334
|
||||
- traefik.http.services.mastodon_streaming.loadbalancer.server.port=4000
|
||||
|
||||
sidekiq:
|
||||
image: ghcr.io/mastodon/mastodon:v4.3.3
|
||||
|
||||
Reference in New Issue
Block a user