Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneliu0019 authored Jun 21, 2024
1 parent c7092d0 commit 23513aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions script/all_in_one/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ services:
STARHUB_SERVER_S3_ENDPOINT: minio:9000 # used to generate download links for lfs files
STARHUB_SERVER_S3_BUCKET: opencsg-server-lfs
STARHUB_SERVER_S3_REGION: cn-beijing
STARHUB_SERVER_MIRRORSERVER_TYPE: gitea
STARHUB_SERVER_MIRRORSERVER_HOST: http://${SERVER_DOMAIN}/gitserver
STARHUB_SERVER_MIRRORSERVER_USERNAME: root
STARHUB_SERVER_MIRRORSERVER_PASSWORD: password123
ports:
- "8080:8080"
restart: always
Expand Down

0 comments on commit 23513aa

Please sign in to comment.