Merge branch '2290-fix-postgres-version-docker-dev' into 'develop'

upgrade docker postgres dev version to postgres15 NOCHANGELOG

Closes #2290

See merge request funkwhale/funkwhale!2771
petitminion 2024-04-16 13:12:48 +00:00
commit 920405167c
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -18,6 +18,6 @@ MEDIA_ROOT=/data/media
# FORCE_HTTPS_URLS=True
# Customize to your needs
POSTGRES_VERSION=11
POSTGRES_VERSION=15
DEBUG=true
TYPESENSE_API_KEY="apikey"

Wyświetl plik

@ -25,7 +25,7 @@ services:
env_file:
- .env.dev
- .env
image: postgres:${POSTGRES_VERSION-11}-alpine
image: postgres:${POSTGRES_VERSION-15}-alpine
environment:
- "POSTGRES_HOST_AUTH_METHOD=trust"
command: postgres ${POSTGRES_ARGS-}