Use nextcloud-aio-apache for the wopi-url

This makes all the WOPI requests go through a single point
making debugging easier.

Signed-off-by: Alan Savage <3028205+asavageiv@users.noreply.github.com>
This commit is contained in:
Alan Savage 2025-08-30 10:24:45 -07:00
parent 1f7ccba5c8
commit b26b2b4400

View file

@ -389,7 +389,7 @@
"restart": "unless-stopped", "restart": "unless-stopped",
"nextcloud_exec_commands": [ "nextcloud_exec_commands": [
"echo 'Activating Collabora config...'", "echo 'Activating Collabora config...'",
"php /var/www/html/occ richdocuments:activate-config --wopi-url='http://nextcloud-aio-collabora:9980' --callback-url='http://nextcloud-aio-apache:%APACHE_PORT%'" "php /var/www/html/occ richdocuments:activate-config --wopi-url='http://nextcloud-aio-apache:%APACHE_PORT%' --callback-url='http://nextcloud-aio-apache:%APACHE_PORT%'"
], ],
"profiles": [ "profiles": [
"collabora" "collabora"