Compare commits
4 Commits
0.4.1+vers
...
0.5.0+v202
| Author | SHA1 | Date | |
|---|---|---|---|
| 694e6b1a72 | |||
| 3d92f35437 | |||
| 738f1af43e | |||
| 157f439441 |
@ -5,10 +5,10 @@
|
|||||||
<!-- metadata -->
|
<!-- metadata -->
|
||||||
|
|
||||||
* **Category**: Apps
|
* **Category**: Apps
|
||||||
* **Status**: 0
|
* **Status**: 3
|
||||||
* **Image**: cryptpad/cryptpad
|
* **Image**: cryptpad/cryptpad
|
||||||
* **Healthcheck**: No
|
* **Healthcheck**: Yes
|
||||||
* **Backups**: No
|
* **Backups**: Yes
|
||||||
* **Email**: No
|
* **Email**: No
|
||||||
* **Tests**: No
|
* **Tests**: No
|
||||||
* **SSO**: No
|
* **SSO**: No
|
||||||
|
|||||||
20
compose.yml
20
compose.yml
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: cryptpad/cryptpad:version-2025.9.0
|
image: cryptpad/cryptpad:version-2026.2.0
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
environment:
|
environment:
|
||||||
@ -33,16 +33,18 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- "traefik.enable=false"
|
- "traefik.enable=false"
|
||||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=0.4.1+version-2025.9.0"
|
- "coop-cloud.${STACK_NAME}.version=0.5.0+v2026.2.0"
|
||||||
# healthcheck:
|
- "backupbot.backup=true"
|
||||||
# test: ["CMD", "curl", "-f", "http://localhost"]
|
- "backupbot.backup.volumes.cryptpad_config=false"
|
||||||
# interval: 30s
|
healthcheck:
|
||||||
# timeout: 10s
|
test: ["CMD", "curl", "-f", "http://localhost:3000"]
|
||||||
# retries: 10
|
interval: 30s
|
||||||
# start_period: 1m
|
timeout: 10s
|
||||||
|
retries: 10
|
||||||
|
start_period: 1m
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: nginx:1.25
|
image: nginx:1.29
|
||||||
configs:
|
configs:
|
||||||
- source: nginx_conf
|
- source: nginx_conf
|
||||||
target: /etc/nginx/conf.d/default.conf
|
target: /etc/nginx/conf.d/default.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user