adding mastodon
This commit is contained in:
@@ -44,10 +44,10 @@ services:
|
|||||||
- redis
|
- redis
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/mastodon/web:/mastodon/public/system
|
- /srv/mastodon/web:/mastodon/public/system
|
||||||
ports:
|
# ports:
|
||||||
- 3443:3000
|
# - 3443:3000
|
||||||
expose:
|
# expose:
|
||||||
- "3443"
|
# - "3443"
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- "traefik.http.routers.mastodon.entrypoints=websecure"
|
- "traefik.http.routers.mastodon.entrypoints=websecure"
|
||||||
@@ -73,10 +73,10 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- redis
|
- redis
|
||||||
ports:
|
# ports:
|
||||||
- 4334:4000
|
# - 4334:4000
|
||||||
expose:
|
# expose:
|
||||||
- "4334"
|
# - "4334"
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.mastodon_streaming.rule=(Host(`kvist.knast.cc`) && PathPrefix(`/api/v1/streaming`))
|
- traefik.http.routers.mastodon_streaming.rule=(Host(`kvist.knast.cc`) && PathPrefix(`/api/v1/streaming`))
|
||||||
|
|||||||
Reference in New Issue
Block a user