Matrix draft

This commit is contained in:
2023-12-12 22:36:35 +01:00
parent d5baaff695
commit 320080270f
15 changed files with 170 additions and 10 deletions

View File

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