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

@@ -2,7 +2,7 @@ version: '3'
services:
database:
restart: always
image: postgres:alpine
image: postgres:14-alpine
shm_size: 256mb
networks:
- internal_network