summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorTimo Kösters <timo@koesters.xyz>2020-10-06 21:04:51 +0200
committerTimo Kösters <timo@koesters.xyz>2020-10-07 11:51:56 +0200
commit6afc4c9b3e066f2d071e8420c9e4111d0dc65d96 (patch)
treef9c3285cb564306760e4e0fde9629658a91c2a6e /docker-compose.yml
parentc15ae3c126020c3826f15e5f50ca70a669fc1402 (diff)
downloadconduit-6afc4c9b3e066f2d071e8420c9e4111d0dc65d96.zip
feat: federation disabled by default
It can be enable in the Rocket.toml config or using ROCKET_FEDERATION_ENABLED=true
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index f06eaca..7d19762 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -31,6 +31,7 @@ services:
# ROCKET_PORT: 8000
# ROCKET_REGISTRATION_DISABLED: 'true'
# ROCKET_ENCRYPTION_DISABLED: 'true'
+ # ROCKET_FEDERATION_ENABLED: 'true'
# ROCKET_DATABASE_PATH: /srv/conduit/.local/share/conduit
# ROCKET_WORKERS: 10
# ROCKET_MAX_REQUEST_SIZE: 20_000_000 # in bytes, ~20 MB