- setup a working traefik service
- create the web network
- set A or CNAME record in DNS for ${PYDIO_URL}
When you go through the installation process, for the database replace “localhost” with db. The address for php is “php-fpm:9000”.
Once you finish the installation, you must go into Settings -> Configs Backends and replace “http://cells:8080” with an external URL (i.e. https://PYDIO_URL). Otherwise you’ll get “Origin is not allowed” / Access-Control-Allow-Origin issues.
Thanks to v60fan on the pydio Forums!