โ๏ธDeployment
โ Deployment
Background
This deployment architecture is designed to make self-hosting AppFlowy-Cloud as easy as possible.
Deployment can be done in a single machine which only needs
dockerto be installed.
Deployment Architecture

Routing
After
docker compose up -dis ran, AppFlowy-Cloud will be serving in localhost at both port 80 and 443Host Machine should expose either HTTP(80) or HTTPS(443) port.
AppFlowy Native Application should then be configured to connect to Host Machine through IP or hostname.
/gotrueโ GoTrue Auth Server/apiโ AppFlowy-Cloud HTTP/wsโ AppFlowy-Cloud Web Socket/webโ AppFlowy User Admin Frontend/pgadminโ Postgres database control panel/minioโ Minio Web UI/portainerโ Container Management
Last updated
Was this helpful?

