mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
starting docs infra
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user