Skip to content

Commit 5f1f705

Browse files
committed
pump versions
1 parent ba064bb commit 5f1f705

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

compose/config/seatable-nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ server {
9292

9393
# Deprecated endpoints
9494
location /dtable-server {
95-
return 404 'This endpoint is deprecated. Please migrate to the API Gateway: https://forum.seatable.com/t/important-changes-to-api-and-seatable-cloud-with-version-5-0/4887';
95+
return 404 'This endpoint is deprecated. Please migrate to the API Gateway: https://forum.seatable.com/t/important-changes-to-the-seatable-cloud-api-in-version-5-3/6677';
9696
}
9797

9898
location /dtable-db {
99-
return 404 'This endpoint is deprecated. Please migrate to the API Gateway: https://forum.seatable.com/t/important-changes-to-api-and-seatable-cloud-with-version-5-0/4887';
99+
return 404 'This endpoint is deprecated. Please migrate to the API Gateway: https://forum.seatable.com/t/important-changes-to-the-seatable-cloud-api-in-version-5-3/6677';
100100
}
101101

102102
# ping endpoints

compose/gatus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
# GATUS_PORT
1717
# GATUS_EMAIL_TO
1818
gatus:
19-
image: ${GATUS_IMAGE:-twinproduction/gatus:v5.17.0}
19+
image: ${GATUS_IMAGE:-twinproduction/gatus:v5.18.1}
2020
container_name: gatus
2121
restart: unless-stopped
2222
environment:

compose/n8n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- backend-n8n-net
3131

3232
n8n:
33-
image: ${N8N_IMAGE:-docker.n8n.io/n8nio/n8n:1.90.2}
33+
image: ${N8N_IMAGE:-docker.n8n.io/n8nio/n8n:1.97.1}
3434
restart: unless-stopped
3535
container_name: n8n
3636
user: root

compose/releem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
releem-agent:
4-
image: ${RELEEM_IMAGE:-releem/releem-agent:1.21.0}
4+
image: ${RELEEM_IMAGE:-releem/releem-agent:1.21.3.1}
55
restart: unless-stopped
66
container_name: releem-agent
77
environment:

compose/restic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
restic-backup:
4-
image: ${SEATABLE_RESTIC_BACKUP_IMAGE:-seatable/restic-backup:1.5.4}
4+
image: ${SEATABLE_RESTIC_BACKUP_IMAGE:-seatable/restic-backup:1.6.0}
55
container_name: restic-backup
66
restart: unless-stopped
77
init: true

compose/seadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
- ${SEADOC_PORT:-7070}:${SEADOC_PORT:-7070}
66

77
seadoc:
8-
image: ${SEADOC_IMAGE:-seafileltd/sdoc-server:2.0.1-testing}
8+
image: ${SEADOC_IMAGE:-seafileltd/sdoc-server:2.0.3-testing}
99
container_name: seadoc
1010
volumes:
1111
- ${SEADOC_VOLUME:-/opt/seadoc/}:/shared

compose/seatable-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
seatable-server:
4-
image: ${SEATABLE_IMAGE:-seatable/seatable-enterprise-testing:5.3.10}
4+
image: ${SEATABLE_IMAGE:-seatable/seatable-enterprise:5.3.10}
55
restart: unless-stopped
66
container_name: seatable-server
77
volumes:

0 commit comments

Comments
 (0)