starting docs infra

This commit is contained in:
DecDuck
2024-10-25 13:15:46 +11:00
parent 733b035110
commit 513f962964
16 changed files with 1647 additions and 19 deletions
+2 -1
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"