7 Commits

Author SHA1 Message Date
cjones c9c03db743 Upgrading Gitea to v1.26.0 2026-04-20 00:02:38 -04:00
cjones f0832b9dd7 Complete version-by-version upgrade of Immich from v2.3.1 to v2.7.5. 2026-04-18 23:45:17 -04:00
cjones e1804d38b6 upgrade immich to v2.4.0 2026-04-18 19:13:37 -04:00
cjones e785743580 Upgrade Nextcloud to v33 Nextcloud Hub 26 Winter 2026-04-18 17:44:08 -04:00
cjones 42d9e628b7 reset GCM token 2026-04-17 12:38:36 -04:00
cjones 9cf54273e5 testing git credential configuration 2026-04-16 23:05:50 -04:00
cjones c5df925cb5 added a dot to test GCM 2026-04-16 22:05:46 -04:00
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# containers
compose.yaml and other configuration data for Docker containers
compose.yaml and other configuration data for Docker containers.
+1 -1
View File
@@ -4,7 +4,7 @@ networks:
services:
server:
image: gitea/gitea:latest
image: gitea/gitea:1.26.0
container_name: gitea
environment:
- USER_UID=1000
+2 -1
View File
@@ -9,7 +9,8 @@ DB_DATA_LOCATION=/var/lib/immich/db
TZ=America/New_York
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v2.3.1
IMMICH_VERSION=v2.7.5
# Connection secret for postgres. You should change it to a random password
DB_PASSWORD=postgres
+1 -1
View File
@@ -16,7 +16,7 @@ services:
app:
depends_on:
- db
image: nextcloud:32
image: nextcloud:33
restart: always
ports:
- 8080:80