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

@@ -11,7 +11,7 @@ x-application-defaults: &application-defaults
- TZ=Etc/UTC
x-database-defaults: &database-defaults
image: postgres:alpine
image: postgres:13-alpine
ports:
- "9432:5432"
networks: