diff options
Diffstat (limited to 'mastodon.castle.yml')
-rw-r--r-- | mastodon.castle.yml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/mastodon.castle.yml b/mastodon.castle.yml index df83712..597caf2 100644 --- a/mastodon.castle.yml +++ b/mastodon.castle.yml @@ -18,6 +18,7 @@ services: - traefik.http.routers.mastodon.tls=true - traefik.http.routers.mastodon.tls.certresolver=smallstep - traefik.port=3000 + - traefik.enable=true depends_on: - mastodon_db - mastodon_es @@ -43,8 +44,6 @@ services: - WEB_DOMAIN=mastodon.castle mastodon-streaming: - labels: - - traefik.enable=false depends_on: - mastodon image: docker.io/bitnami/mastodon:4 @@ -57,8 +56,6 @@ services: - MASTODON_ELASTICSEARCH_PASSWORD=bitnami123 - MASTODON_REDIS_HOST=mastodon_redis mastodon-sidekiq: - labels: - - traefik.enable=false depends_on: - mastodon image: docker.io/bitnami/mastodon:4 @@ -74,8 +71,6 @@ services: - MASTODON_REDIS_HOST=mastodon_redis - MASTODON_DATABASE_HOST=mastodon_db mastodon_db: - labels: - - traefik.enable=false image: docker.io/bitnami/postgresql:16 networks: - mastodon @@ -86,8 +81,6 @@ services: - POSTGRESQL_USERNAME=bn_mastodon - POSTGRESQL_PASSWORD=bitnami1 mastodon_redis: - labels: - - traefik.enable=false image: docker.io/bitnami/redis:7.0 volumes: - 'redis_data:/bitnami/redis' @@ -96,8 +89,6 @@ services: environment: - ALLOW_EMPTY_PASSWORD=yes mastodon_es: - labels: - - traefik.enable=false image: docker.io/bitnami/elasticsearch:8 networks: - mastodon |