update image
All checks were successful
lint-test-docker / lint-docker-compose (push) Successful in 20s
renovate / renovate (push) Successful in 1m19s

This commit is contained in:
2025-12-11 14:34:59 -06:00
parent b4b9f8294c
commit ef4f5d5fa7

View File

@@ -19,7 +19,7 @@ services:
- /dev/net/tun:/dev/net/tun - /dev/net/tun:/dev/net/tun
postgresql: postgresql:
image: docker.io/postgres:17.7-alpine3.21 image: docker.io/postgres:18.1-alpine3.21
container_name: gitea-postgres container_name: gitea-postgres
env_file: env_file:
- .env - .env
@@ -30,7 +30,7 @@ services:
internal: null internal: null
restart: always restart: always
volumes: volumes:
- postgresql:/var/lib/postgresql/data - postgresql18:/var/lib/postgresql
gitea: gitea:
image: gitea/gitea:1.25.2 image: gitea/gitea:1.25.2
@@ -64,5 +64,5 @@ networks:
volumes: volumes:
tailscale: tailscale:
postgresql: postgresql18:
gitea: gitea: