Skip to content

Commit

Permalink
Merge branch 'main' of github.com:utsprogsoc/ProgJudge
Browse files Browse the repository at this point in the history
  • Loading branch information
arduano committed Jun 24, 2023
2 parents 24b3609 + 2b63707 commit 1d90545
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ services:
- 6379:6379
volumes:
- ./temp/redis:/data
minio:
image: minio/minio
container_name: minio
restart: unless-stopped
ports:
- 9000:9000
- 9001:9001
volumes:
- ./temp/minio:/data

0 comments on commit 1d90545

Please sign in to comment.