Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ services:
volumes:
- ./apps/frontend:/frontend/apps/frontend
- ./packages:/frontend/packages
- /frontend/node_modules
- /frontend/apps/frontend/node_modules
ag-frontend:
build:
context: .
Expand Down Expand Up @@ -118,7 +120,7 @@ services:
restart: always
volumes:
- ./apps/docs:/apps/docs

# if using staff photos in dev, use --profile dev
minio:
image: 'minio/minio:latest'
Expand All @@ -144,7 +146,7 @@ services:
entrypoint: >
/bin/sh -c "
/usr/bin/mc alias set myminio http://localhost:9000 root password;
/usr/bin/mc mb myminio/images;
/usr/bin/mc mb myminio/images;
/usr/bin/mc anonymous set public myminio/images;
exit 0;
"
Expand Down
Loading
Loading