Upgrade postgres to 18

This commit is contained in:
2026-07-25 22:52:40 -05:00
parent dcea98d9f1
commit 5e92bf0dc4
+2 -2
View File
@@ -1,13 +1,13 @@
version: '3'
services:
postgres:
image: postgres:14
image: postgres:18
environment:
- POSTGRES_USER=gitea
- POSTGRES_PASSWORD
- POSTGRES_DB=giteadb
volumes:
- ./data/postgres:/var/lib/postgresql/data/
- ./data/postgres.18:/var/lib/postgresql
- ./data/progs:/progs
restart: always
healthcheck: