Skip to content

Commit

Permalink
fix(config): fix deploy-scripts:docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Sep 15, 2021
1 parent 24f0625 commit 460487e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy-scripts/.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ PUBLISH_PORT=80

# `*.local-dev.host` always resolved to 127.0.0.1, just for local development
# Replace it with your own domain which should be resolved(*.domain.com) to your server ip
DEPLOY_DOMAIN=*.local-dev.host
DEPLOY_DOMAIN=local-dev.host
SYS_CLIENT_HOST=console.local-dev.host
2 changes: 1 addition & 1 deletion deploy-scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
- system_server
- mongo
environment:
DEPLOY_DOMAIN: ${DEPLOY_DOMAIN:?err}
DEPLOY_DOMAIN: "*.${DEPLOY_DOMAIN:?err}"
SYS_CLIENT_HOST: ${SYS_CLIENT_HOST:?err}
ports:
- ${PUBLISH_PORT:-8080}:80
Expand Down

0 comments on commit 460487e

Please sign in to comment.