fix: fix filestash url

This commit is contained in:
2026-01-27 04:09:28 +00:00
parent e3d11b79bd
commit 2759654c92

View File

@@ -5,8 +5,8 @@ services:
image: machines/filestash:latest image: machines/filestash:latest
restart: always restart: always
environment: environment:
- APPLICATION_URL=https://filestash.fireflylab.cc - APPLICATION_URL=filestash.fireflylab.cc
- CANARY=false - CANARY=true
- OFFICE_URL=http://wopi_server:9980 - OFFICE_URL=http://wopi_server:9980
- OFFICE_FILESTASH_URL=http://app:8334 - OFFICE_FILESTASH_URL=http://app:8334
- OFFICE_REWRITE_URL=http://127.0.0.1:9980 - OFFICE_REWRITE_URL=http://127.0.0.1:9980