7 Commits

Author SHA1 Message Date
4836ca91df chore: publish 3.1.0+24.04.10.2.1 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2024-12-10 18:37:40 +01:00
670ecd7bb1 chore: publish 3.0.0+24.04.6.1.1 release
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-07 15:02:34 +02:00
7d8b30301e update README
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-28 18:45:41 +02:00
3wc
bced1c5993 chore: publish 2.7.1+23.05.10.1.1 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2024-04-03 11:17:49 -03:00
86b36e6208 chore: publish 2.7.0+23.05.8.2.1 release
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-16 16:31:20 +01:00
3wc
cedf401c57 chore: publish 2.6.0+23.05.5.4.1 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-13 12:59:02 +00:00
835bd6613b chore: publish 2.5.0+23.05.3.1.1 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-04 13:24:51 +02:00
3 changed files with 19 additions and 3 deletions

View File

@ -22,6 +22,10 @@
your Docker swarm box
1. `abra app deploy YOURAPPDOMAIN`
Admin Interface:
`https://YOURAPPDOMAIN/browser/dist/admin/admin.html`
## Acknowledgements
Config'd with thanks to [the people behind this article](https://geek-cookbook.funkypenguin.co.nz/recipes/collabora-online/).

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
web:
image: "nginx:1.25.2"
image: "nginx:1.27.3"
environment:
- STACK_NAME
- DOMAIN=${DOMAIN}
@ -22,13 +22,25 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
healthcheck:
test: ["CMD-SHELL", 'curl -s -N localhost/hosting/capabilities | grep Collabora']
interval: 30s
timeout: 10s
retries: 10
start_period: 5m
app:
image: "collabora/code:23.05.2.2.1"
image: "collabora/code:24.04.10.2.1"
cap_add:
- MKNOD
secrets:
- admin_password
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9980"]
interval: 30s
timeout: 10s
retries: 10
start_period: 2m
configs:
- source: coolwsd_xml
target: /etc/coolwsd/coolwsd.xml
@ -44,7 +56,7 @@ services:
- internal
deploy:
labels:
- "coop-cloud.${STACK_NAME}.version=2.4.0+23.05.2.2.1"
- "coop-cloud.${STACK_NAME}.version=3.1.0+24.04.10.2.1"
networks:
proxy: