Compare commits

...

2 Commits

Author SHA1 Message Date
javielico 08f58b5921 Merge pull request 'Update image to updated one' (#1) from javielico/cryptpad:main into main
continuous-integration/drone/push Build is passing Details
Reviewed-on: #1

Merging request as current image is no longer secure.
2024-04-18 17:55:38 +00:00
Javielico 49617c1570 Update image to updated one 2024-04-14 21:17:20 +01:00
2 changed files with 10 additions and 10 deletions

View File

@ -1,17 +1,17 @@
# cryptpad
TODO
[![Build Status](https://build.coopcloud.tech/api/badges/coop-cloud/cryptpad/status.svg)](https://build.coopcloud.tech/coop-cloud/cryptpad)
<!-- metadata -->
* **Category**: Apps
* **Status**:
* **Image**:
* **Healthcheck**:
* **Backups**:
* **Email**:
* **Tests**:
* **SSO**:
* **Status**: 0
* **Image**: cryptpad/cryptpad
* **Healthcheck**: No
* **Backups**: No
* **Email**: No
* **Tests**: No
* **SSO**: No
<!-- endmetadata -->

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: promasu/cryptpad:v5.0.0-nginx-alpine
image: cryptpad/cryptpad:version-2024.3.0
networks:
- proxy
environment:
@ -41,7 +41,7 @@ services:
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=0.3.0+v5.0.0-nginx-alpine"
- "coop-cloud.${STACK_NAME}.version=0.4.0+version-2024.3.0"
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"]
# interval: 30s