rollback to PostgreSQL 15
This commit is contained in:
parent
8284cf619d
commit
c9f2f5c3fa
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue