2 Commits

Author SHA1 Message Date
f60cd950c0 Update docker.io/postgres Docker tag to v18
Some checks failed
lint-test-docker / docker-lint (pull_request) Failing after 44s
2025-11-17 03:54:27 +00:00
302d8f8f21 change pid and guid
Some checks failed
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Has been cancelled
2025-11-16 21:53:17 -06:00
2 changed files with 3 additions and 3 deletions

View File

@@ -24,9 +24,9 @@ ephemera:
- name: LG_BASE_URL
value: https://gen.com
- name: PUID
value: 1000
value: 0
- name: PGID
value: 100
value: 0
probes:
liveness:
enabled: true

View File

@@ -19,7 +19,7 @@ services:
- /dev/net/tun:/dev/net/tun
postgresql:
image: docker.io/postgres:17.7-alpine3.21
image: docker.io/postgres:18.1-alpine3.21
container_name: gitea-postgres
env_file:
- .env