Update image to updated one

This commit is contained in:
Javielico 2024-04-14 21:17:20 +01:00
parent a2f881996c
commit 49617c1570
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