Migrated some application to MariaDB and changed versions of Postgres to stay compatible with current installations

This commit is contained in:
2023-12-14 01:34:12 +01:00
parent 5443683042
commit d99c0e02b9
7 changed files with 33 additions and 33 deletions

View File

@@ -6,7 +6,7 @@ services:
env_file: .env
environment:
- "POSTGRES_HOST_AUTH_METHOD=trust"
image: postgres:alpine
image: postgres:15-alpine
volumes:
- database:/var/lib/postgresql/data