File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ TRAEFIK_LOG_LEVEL=
8383# For production releases: "opencloudeu/opencloud"
8484# For rolling releases: "opencloudeu/opencloud-rolling"
8585# Defaults to production if not set otherwise
86- OC_DOCKER_IMAGE = opencloudeu/opencloud-rolling
86+ OC_DOCKER_IMAGE = opencloudeu/opencloud
8787# The openCloud container version.
8888# Defaults to "latest" and points to the latest stable tag.
8989OC_DOCKER_TAG =
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ services:
6464 restart : always
6565
6666 postgres :
67- image : postgres:17-alpine
67+ image : postgres:17.7 -alpine
6868 networks :
6969 opencloud-net :
7070 volumes :
Original file line number Diff line number Diff line change 11---
22services :
33 tika :
4- image : ${TIKA_IMAGE:-apache/tika:latest }
4+ image : ${TIKA_IMAGE:-apache/tika:3.2.3.0 }
55 # Using the base variant for smaller image size and faster startup
66 # The base variant includes core functionality for text extraction
77 # Full variant is only needed for specialized OCR/image processing
Original file line number Diff line number Diff line change 11---
22services :
33 postgres :
4- image : postgres:17-alpine
4+ image : postgres:17.7 -alpine
55 networks :
66 opencloud-net :
77 volumes :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
99 - " traefik.http.services.opencloud.loadbalancer.server.port=9200"
1010 - " traefik.http.routers.opencloud.${TRAEFIK_SERVICES_TLS_CONFIG}"
1111 traefik :
12- image : traefik:v3
12+ image : traefik:v3.6.2
1313 # release notes: https://github.com/traefik/traefik/releases
1414 user : ${TRAEFIK_CONTAINER_UID_GID:-0:0}
1515 networks :
You can’t perform that action at this time.
0 commit comments