2025-04-22 07:56:42 -05:00
|
|
|
# Continuwuity
|
2020-07-23 23:58:08 +02:00
|
|
|
|
|
|
|
|
services:
|
2020-08-02 12:58:52 +02:00
|
|
|
homeserver:
|
2025-04-20 23:50:48 +01:00
|
|
|
image: forgejo.ellis.link/continuwuation/continuwuity:latest
|
2020-07-23 23:58:08 +02:00
|
|
|
restart: unless-stopped
|
2026-03-11 14:59:58 +01:00
|
|
|
command: /sbin/conduwuit
|
2020-07-23 23:58:08 +02:00
|
|
|
ports:
|
2026-03-28 09:22:40 +00:00
|
|
|
- 127.0.0.1:8008:8008
|
2020-07-23 23:58:08 +02:00
|
|
|
volumes:
|
2025-05-10 20:37:08 +01:00
|
|
|
- db:/var/lib/continuwuity
|
|
|
|
|
#- ./continuwuity.toml:/etc/continuwuity.toml
|
2020-07-23 23:58:08 +02:00
|
|
|
environment:
|
2026-03-28 09:22:40 +00:00
|
|
|
CONTINUWUITY_SERVER_NAME: example.com # EDIT THIS
|
2025-05-10 20:37:08 +01:00
|
|
|
CONTINUWUITY_DATABASE_PATH: /var/lib/continuwuity
|
|
|
|
|
CONTINUWUITY_ADDRESS: 0.0.0.0
|
2026-03-28 09:22:40 +00:00
|
|
|
CONTINUWUITY_PORT: 8008
|
2025-05-10 20:37:08 +01:00
|
|
|
#CONTINUWUITY_CONFIG: '/etc/continuwuity.toml' # Uncomment if you mapped config toml above
|
2020-08-02 15:55:40 +02:00
|
|
|
|
2020-07-23 23:58:08 +02:00
|
|
|
volumes:
|
2022-02-12 10:29:04 +01:00
|
|
|
db:
|