Skip to content

Commit

Permalink
perf: 添加 DOMAINS 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Nov 7, 2023
1 parent 441c4a8 commit 488d8de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ services:
MAGNUS_MYSQL_PORT: ${MAGNUS_MYSQL_PORT:-33061}
MAGNUS_MARIADB_PORT: ${MAGNUS_MARIADB_PORT:-33062}
MAGNUS_REDIS_PORT: ${MAGNUS_REDIS_PORT:-63790}
DOMAIN: ${DOMAIN:-}
healthcheck:
test: "curl -fsL http://localhost:8080/api/health/ > /dev/null"
interval: 10s
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
REDIS_PORT: $REDIS_PORT
REDIS_PASSWORD: $REDIS_PASSWORD
MAGNUS_PORT: ${MAGNUS_PORT:-30000-30020}
DOMAINS: ${DOMAINS:-}
healthcheck:
test: "curl -fsL http://localhost:8080/api/health/ > /dev/null"
interval: 10s
Expand Down

0 comments on commit 488d8de

Please sign in to comment.