summaryrefslogtreecommitdiffstats
path: root/mastodon.castle.yml
diff options
context:
space:
mode:
authorJenniferplusplus <contact@jenniferplusplus.com>2023-11-13 19:00:38 -0600
committerJenniferplusplus <contact@jenniferplusplus.com>2023-11-13 19:00:38 -0600
commite7cf3fcb3c81a4451dbb088f4768d3b833ce80dc (patch)
tree0132af6e5adb3d5b84bab2104f44be31d99dbef6 /mastodon.castle.yml
parent64c1d42dba333159ff57400c0496f81d07e64d82 (diff)
downloadsandcastles-e7cf3fcb3c81a4451dbb088f4768d3b833ce80dc.tar.gz
sandcastles-e7cf3fcb3c81a4451dbb088f4768d3b833ce80dc.tar.bz2
sandcastles-e7cf3fcb3c81a4451dbb088f4768d3b833ce80dc.zip
add config for pasture verify actor
Diffstat (limited to 'mastodon.castle.yml')
-rw-r--r--mastodon.castle.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/mastodon.castle.yml b/mastodon.castle.yml
index 780edcf..df83712 100644
--- a/mastodon.castle.yml
+++ b/mastodon.castle.yml
@@ -43,6 +43,8 @@ services:
- WEB_DOMAIN=mastodon.castle
mastodon-streaming:
+ labels:
+ - traefik.enable=false
depends_on:
- mastodon
image: docker.io/bitnami/mastodon:4
@@ -55,6 +57,8 @@ 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
@@ -70,6 +74,8 @@ 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
@@ -80,6 +86,8 @@ 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'
@@ -88,6 +96,8 @@ services:
environment:
- ALLOW_EMPTY_PASSWORD=yes
mastodon_es:
+ labels:
+ - traefik.enable=false
image: docker.io/bitnami/elasticsearch:8
networks:
- mastodon