mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-04-26 20:15:11 +00:00
b55cb5580c
* Remove unnecessary c10y env vars * Remove unnecessary comment about image build and vim * Remove references to Element-Web Other changes like unified port and domain names will be in a future commit
22 lines
678 B
YAML
22 lines
678 B
YAML
# Continuwuity
|
|
|
|
services:
|
|
homeserver:
|
|
image: forgejo.ellis.link/continuwuation/continuwuity:latest
|
|
restart: unless-stopped
|
|
command: /sbin/conduwuit
|
|
ports:
|
|
- 8448:6167
|
|
volumes:
|
|
- db:/var/lib/continuwuity
|
|
#- ./continuwuity.toml:/etc/continuwuity.toml
|
|
environment:
|
|
CONTINUWUITY_SERVER_NAME: your.server.name # EDIT THIS
|
|
CONTINUWUITY_DATABASE_PATH: /var/lib/continuwuity
|
|
CONTINUWUITY_ADDRESS: 0.0.0.0
|
|
CONTINUWUITY_PORT: 6167
|
|
#CONTINUWUITY_CONFIG: '/etc/continuwuity.toml' # Uncomment if you mapped config toml above
|
|
|
|
volumes:
|
|
db:
|