services: homeserver: ### If you already built the Continuwuity image with 'docker build' or want to use a registry image, ### then you are ready to go. image: forgejo.ellis.link/continuwuation/continuwuity:latest-maxperf restart: unless-stopped ports: - 8449:8008 volumes: - ./db:/var/lib/continuwuity - ./continuwuity.toml:/etc/continuwuity.toml environment: CONTINUWUITY_CONFIG: '/etc/continuwuity.toml' # Uncomment if you mapped config toml above gomuks-web: image: dock.mau.dev/gomuks/gomuks restart: unless-stopped ports: - 29325:29325 volumes: - ./gomuks_data:/data depends_on: - homeserver