fix (docker-compose): #790 #791

This commit is contained in:
MickaelK 2024-12-31 05:48:34 +11:00
parent 23c5bf53f5
commit 2b872a07be

View file

@ -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
@ -31,4 +33,4 @@ services:
- "9980:9980" - "9980:9980"
volumes: volumes:
filestash: {} filestash: {}