Change default port in docker to the new

conduit default port 6167 and fix the docker healthcheck
This commit is contained in:
Daniel Wiesenberg 2021-07-06 10:40:57 +02:00
parent 787e18b2a4
commit 6a96cfaac1
3 changed files with 11 additions and 8 deletions

View file

@ -25,11 +25,11 @@ services:
networks:
- proxy
environment:
CONDUIT_SERVER_NAME: localhost:8000 # replace with your own name
CONDUIT_SERVER_NAME: localhost:6167 # replace with your own name
CONDUIT_TRUSTED_SERVERS: '["matrix.org"]'
### Uncomment and change values as desired
# CONDUIT_ADDRESS: 127.0.0.1
# CONDUIT_PORT: 8000
# CONDUIT_PORT: 6167
# CONDUIT_CONFIG: '/srv/conduit/conduit.toml' # if want to configure purely by env vars, set this to an empty string ''
# Available levels are: error, warn, info, debug, trace - more info at: https://docs.rs/env_logger/*/env_logger/#enabling-logging
# CONDUIT_LOG: info # default is: "info,rocket=off,_=off,sled=off"