Skip to content

Commit

Permalink
Create MWDB bucket with docker-compose-dev-karton (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
Repumba committed Apr 25, 2023
1 parent 751898c commit 940725d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose-dev-karton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ version: "3.3"
services:
minio:
image: minio/minio
command: "server --address 0.0.0.0:9000 --console-address :8070 /data"
entrypoint: sh
command: -c "mkdir -p /data/mwdb && minio server --address 0.0.0.0:9000 --console-address :8070 /data"
volumes:
- /tmp/minio:/data
ports:
Expand Down Expand Up @@ -65,6 +66,8 @@ services:
env_file:
# NOTE: use gen_vars.sh in order to generate this file
- postgres-vars.env
ports:
- "127.0.0.1:54322:5432"
redis:
image: redis:alpine
mailhog:
Expand Down

0 comments on commit 940725d

Please sign in to comment.