rollback to PostgreSQL 15

This commit is contained in:
Maximilian 2025-06-07 20:34:07 +02:00
parent 8284cf619d
commit c9f2f5c3fa

View file

@ -34,7 +34,7 @@ services:
- "traefik.http.routers.django.rule=Host(`${ALLOWED_HOSTS}`)" - "traefik.http.routers.django.rule=Host(`${ALLOWED_HOSTS}`)"
db: db:
image: postgres:16-alpine image: postgres:15-alpine
container_name: django_fbf_db_1 container_name: django_fbf_db_1
volumes: volumes:
- ./postgres/data:/var/lib/postgresql/data/ - ./postgres/data:/var/lib/postgresql/data/