You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
conduit/docker-compose.yml

22 lines
549 B
YAML

# Conduit
version: '3'
services:
conduit:
image: conduit_homeserver
restart: unless-stopped
ports:
- 14004:14004
volumes:
- db:/srv/conduit/.local/share/conduit
environment:
ROCKET_SERVER_NAME: example.com # replace with your own name
### Uncomment and change values as needed
#ROCKET_LOG: normal
#ROCKET_REGISTRATION_DISABLED: 'true'
#ROCKET_DATABASE_PATH: /data/sled
#ROCKET_WORKERS: 10
volumes:
db: