Compare commits

...

5 Commits

Author SHA1 Message Date
f
09b1997b46 Merge branch 'main' into backups 2025-05-05 10:53:46 -03:00
f
bfd961b344 fix: upgrade to 0.263.1 2025-05-05 10:53:21 -03:00
f
6244b63566 chore: publish 1.1.1+0.263.0 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2025-04-30 12:15:49 -03:00
f
a38f60ddfe Merge branch 'main' into backups 2025-04-30 10:17:36 -03:00
f
7bbd670876 fix: upgrade to 0.263.0 2025-04-30 10:17:20 -03:00

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: nocodb/nocodb:0.262.5
image: nocodb/nocodb:0.263.1
secrets:
- nc_db_url
networks:
@ -29,7 +29,7 @@ services:
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
- "coop-cloud.${STACK_NAME}.version=1.1.0+0.262.5"
- "coop-cloud.${STACK_NAME}.version=1.1.1+0.263.0"
db:
image: postgres:13.2-alpine