mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
parent
23c5bf53f5
commit
2b872a07be
1 changed files with 5 additions and 3 deletions
|
|
@ -5,10 +5,11 @@ services:
|
||||||
image: machines/filestash:latest
|
image: machines/filestash:latest
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- APPLICATION_URL=127.0.0.1:8334
|
- APPLICATION_URL=
|
||||||
- CANARY=true
|
- CANARY=true
|
||||||
- OFFICE_URL=http://127.0.0.1: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
|
||||||
ports:
|
ports:
|
||||||
- "8334:8334"
|
- "8334:8334"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -20,6 +21,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- "extra_params=--o:ssl.enable=false"
|
- "extra_params=--o:ssl.enable=false"
|
||||||
|
- aliasgroup1="https://.*:443"
|
||||||
command:
|
command:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
- -c
|
- -c
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue