9 Commits

Author SHA1 Message Date
a2da977365 chore: publish 2.1.0+7.2.0 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-26 14:53:21 +01:00
3wc
fc5a011cee Switch to self-hosted stack-ssh-deploy image [mass update]
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-21 11:49:56 -08:00
3wc
cab00b6823 Add drone configs / secrets [mass update]
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-20 21:32:06 -08:00
3wc
40ebabd93e Fix CI by adding networks: [mass update]
Some checks failed
continuous-integration/drone/push Build is failing
2023-01-20 11:58:41 -08:00
3wc
dc6bb69b12 Automatically generate catalogue on release [mass update]
Some checks failed
continuous-integration/drone/push Build is failing
Re: coop-cloud/recipes-catalogue-json#4
2023-01-20 10:27:11 -08:00
3wc
5a3d27754b Update abra syntax in examples (finally) [mass update]
Some checks failed
continuous-integration/drone/push Build is failing
2023-01-19 16:02:28 -08:00
bc039e8bb2 fix release notes
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-09 10:57:29 +02:00
655483d7f5 chore: publish 2.0.0+7.1.1 release
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-09 10:49:45 +02:00
40438168ff align with the upstream docker-compose (#5)
Some checks failed
continuous-integration/drone/push Build is failing
This upgrades onlyoffice to v7, adds a seperate postgresdb + rabbitmq and adds env variables for the forcesave option.

Co-authored-by: Philipp Rothmann <philipprothmann@posteo.de>
Reviewed-on: #5
2022-08-09 08:46:01 +00:00
4 changed files with 20 additions and 10 deletions

View File

@ -3,10 +3,12 @@ kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
image: decentral1se/stack-ssh-deploy:latest
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
host: swarm-test.autonomic.zone
stack: onlyoffice
networks:
- proxy
generate_secrets: true
purge: true
deploy_key:
@ -15,16 +17,24 @@ steps:
DOMAIN: onlyoffice.swarm-test.autonomic.zone
STACK_NAME: onlyoffice
LETS_ENCRYPT_ENV: production
LOCAL_JSON_VERSION: v1
SECRET_DB_PASSWORD_VERSION: v1
trigger:
branch:
- main
---
kind: pipeline
name: recipe release
name: generate recipe catalogue
steps:
- name: release a new version
image: thecoopcloud/drone-abra:latest
image: plugins/downstream
settings:
command: recipe onlyoffice release
deploy_key:
from_secret: abra_bot_deploy_key
server: https://build.coopcloud.tech
token:
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
trigger:
event: tag

View File

@ -18,6 +18,6 @@
1. Set up Docker Swarm and [`abra`](https://git.autonomic.zone/coop-cloud/abra)
1. Deploy [`coop-cloud/traefik`](https://git.autonomic.zone/coop-cloud/traefik)
1. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to
1. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to
your Docker swarm box
1. `abra app YOURAPPDOMAIN deploy`
1. `abra app deploy YOURAPPDOMAIN`

View File

@ -1,7 +1,7 @@
version: '3.8'
services:
app:
image: onlyoffice/documentserver:7.1.1
image: onlyoffice/documentserver:7.2.0
depends_on:
- db
- rabbitmq
@ -43,7 +43,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-fwdproto"
- "traefik.http.middlewares.${STACK_NAME}-fwdproto.headers.customRequestHeaders.X-Forwarded-Proto=https"
- "coop-cloud.${STACK_NAME}.app.version=0.1.0+7.1.1"
- "coop-cloud.${STACK_NAME}.version=2.1.0+7.2.0"
rabbitmq:
image: rabbitmq:3.9.5