|
|
|
@ -18,18 +18,18 @@ services: |
|
|
|
GIT_REF: origin/master |
|
|
|
GIT_REF: origin/master |
|
|
|
restart: unless-stopped |
|
|
|
restart: unless-stopped |
|
|
|
ports: |
|
|
|
ports: |
|
|
|
- 8448:8000 |
|
|
|
- 8448:6167 |
|
|
|
volumes: |
|
|
|
volumes: |
|
|
|
- db:/srv/conduit/.local/share/conduit |
|
|
|
- db:/srv/conduit/.local/share/conduit |
|
|
|
### Uncomment if you want to use conduit.toml to configure Conduit |
|
|
|
### Uncomment if you want to use conduit.toml to configure Conduit |
|
|
|
### Note: Set env vars will override conduit.toml values |
|
|
|
### Note: Set env vars will override conduit.toml values |
|
|
|
# - ./conduit.toml:/srv/conduit/conduit.toml |
|
|
|
# - ./conduit.toml:/srv/conduit/conduit.toml |
|
|
|
environment: |
|
|
|
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"]' |
|
|
|
CONDUIT_TRUSTED_SERVERS: '["matrix.org"]' |
|
|
|
### Uncomment and change values as desired |
|
|
|
### Uncomment and change values as desired |
|
|
|
# CONDUIT_ADDRESS: 127.0.0.1 |
|
|
|
# CONDUIT_ADDRESS: 127.0.0.1 |
|
|
|
# CONDUIT_PORT: 8000 |
|
|
|
# CONDUIT_PORT: 6167 |
|
|
|
# CONDUIT_CONFIG: '/srv/conduit/conduit.toml' # if you want to configure purely by env vars, set this to an empty string '' |
|
|
|
# CONDUIT_CONFIG: '/srv/conduit/conduit.toml' # if you 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 |
|
|
|
# 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" |
|
|
|
# CONDUIT_LOG: info # default is: "info,rocket=off,_=off,sled=off" |
|
|
|
|