Mastodon tweaks.
This commit is contained in:
+7
-1
@@ -2947,6 +2947,10 @@ services:
|
|||||||
create_host_path: true
|
create_host_path: true
|
||||||
mastodon:
|
mastodon:
|
||||||
container_name: mastodon
|
container_name: mastodon
|
||||||
|
depends_on:
|
||||||
|
mastodon-pg-db:
|
||||||
|
condition: service_healthy
|
||||||
|
required: true
|
||||||
environment:
|
environment:
|
||||||
PUID: ${PUID}
|
PUID: ${PUID}
|
||||||
PGID: ${PGID}
|
PGID: ${PGID}
|
||||||
@@ -2976,11 +2980,13 @@ services:
|
|||||||
S3_BUCKET: mastodon
|
S3_BUCKET: mastodon
|
||||||
AWS_ACCESS_KEY_ID: ${MASTODON_MINIO_ACCESS_KEY}
|
AWS_ACCESS_KEY_ID: ${MASTODON_MINIO_ACCESS_KEY}
|
||||||
AWS_SECRET_ACCESS_KEY: ${MASTODON_MINIO_SECRET_KEY}
|
AWS_SECRET_ACCESS_KEY: ${MASTODON_MINIO_SECRET_KEY}
|
||||||
|
expose:
|
||||||
|
- 3000
|
||||||
image: lscr.io/linuxserver/mastodon:latest
|
image: lscr.io/linuxserver/mastodon:latest
|
||||||
labels:
|
labels:
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_proto: http
|
swag_proto: http
|
||||||
swag_port: 5678
|
swag_port: 3000
|
||||||
swag_url: mastodon.${MY_TLD}
|
swag_url: mastodon.${MY_TLD}
|
||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
swag.uptime-kuma.monitor.url: https://mastodon.${MY_TLD}
|
swag.uptime-kuma.monitor.url: https://mastodon.${MY_TLD}
|
||||||
|
|||||||
Reference in New Issue
Block a user