Skip to content

Commit

Permalink
fix (docker-compose): #790 #791
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-kerjean committed Dec 30, 2024
1 parent 23c5bf5 commit ccee06e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ services:
image: machines/filestash:latest
restart: always
environment:
- APPLICATION_URL=127.0.0.1:8334
- APPLICATION_URL=
- CANARY=true
- OFFICE_URL=http://127.0.0.1:9980
- OFFICE_URL=http://wopi_server:9980
- OFFICE_FILESTASH_URL=http://app:8334
- OFFICE_REWRITE_URL=http://127.0.0.1:9980
ports:
- "8334:8334"
volumes:
Expand All @@ -20,15 +21,16 @@ services:
restart: always
environment:
- "extra_params=--o:ssl.enable=false"
- aliasgroup1="https://.*:443"
command:
- /bin/bash
- -c
- |
curl -o /usr/share/coolwsd/browser/dist/branding-desktop.css https://gist.githubusercontent.com/mickael-kerjean/bc1f57cd312cf04731d30185cc4e7ba2/raw/d706dcdf23c21441e5af289d871b33defc2770ea/destop.css
curl -o /usr/share/coolwsd/browser/dist/branding-desktop.css http://gist.githubusercontent.com/mickael-kerjean/bc1f57cd312cf04731d30185cc4e7ba2/raw/d706dcdf23c21441e5af289d871b33defc2770ea/destop.css
/bin/su -s /bin/bash -c '/start-collabora-online.sh' cool
user: root
ports:
- "9980:9980"

volumes:
filestash: {}
filestash: {}

0 comments on commit ccee06e

Please sign in to comment.