Switch alpine postgres for regular

This commit is contained in:
2025-09-15 18:53:56 +02:00
parent 1387ba57dd
commit 99ccf38b95

View File

@@ -71,7 +71,7 @@ services:
- web - web
postgres: postgres:
image: postgres:16-alpine image: postgres:16
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data