starting docs infra

This commit is contained in:
DecDuck
2024-10-25 13:15:46 +11:00
parent 24a0d118f2
commit 7d2a1c6952
16 changed files with 1647 additions and 19 deletions

View File

@ -1,6 +1,7 @@
services:
postgres:
image: postgres:14-alpine
user: "1000:1000"
ports:
- 5432:5432
volumes:
@ -20,4 +21,4 @@ services:
environment:
- MINIO_ROOT_USER=drop
- MINIO_ROOT_PASSWORD=drop
command: server /data --console-address ":9001"
command: server /data --console-address ":9001"