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 docker to be installed.
docker
Cloud Deployment Guidearrow-up-right
After docker compose up -d is ran, AppFlowy-Cloud will be serving in localhostarrow-up-right at both port 80 and 443
docker compose up -d
Host 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
/gotrue
/api → AppFlowy-Cloud HTTP
/api
/ws → AppFlowy-Cloud Web Socket
/ws
/web → AppFlowy User Admin Frontend
/web
/pgadmin → Postgres database control panel
/pgadmin
/minio → Minio Web UI
/minio
/portainer → Container Management
/portainer
Last updated 3 months ago
Was this helpful?