diff --git a/config.example.yml b/config.example.yml index 3bd5fc884..ad937e165 100644 --- a/config.example.yml +++ b/config.example.yml @@ -1,7 +1,7 @@ # -------------------------------- dependencies --------------------------------- dependencies: postgres: # required - url: postgresql+asyncpg://${POSTGRES_USER:-postgres}:${POSTGRES_PASSWORD:-changeme}@${POSTGRES_HOST:-localhost}:${POSTGRES_PORT:-5432}/postgres + url: postgresql+asyncpg://${POSTGRES_USER:-postgres}:${POSTGRES_PASSWORD:-changeme}@${POSTGRES_HOST:-postgres}:${POSTGRES_PORT:-5432}/postgres echo: False pool_size: 5 connect_args: @@ -10,7 +10,7 @@ dependencies: command_timeout: 60 redis: # required - url: redis://:${REDIS_PASSWORD:-changeme}@${REDIS_HOST:-localhost}:${REDIS_PORT:-6379} + url: redis://:${REDIS_PASSWORD:-changeme}@${REDIS_HOST:-redis}:${REDIS_PORT:-6379} max_connections: 200 socket_connect_timeout: 5 retry_on_timeout: True diff --git a/docs/src/assets/icons/elasticsearch.svg b/docs/src/assets/icons/elasticsearch.svg deleted file mode 100644 index d5d30d0ba..000000000 --- a/docs/src/assets/icons/elasticsearch.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - -