Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2024-09-11 15:31:26 +07:00
committed by GitHub
parent 74c27d6dd7
commit bf1de1f436
62 changed files with 4187 additions and 632 deletions
+10
View File
@@ -19,6 +19,16 @@ services:
ports:
- 27017:27017
restart: unless-stopped
postgres:
image: postgres
container_name: postgres
environment:
- POSTGRES_PASSWORD=example
volumes:
- db:/data/db
ports:
- 5432:5432
restart: unless-stopped
minio:
image: 'minio/minio'
command: server /data --address ":9000" --console-address ":9001"