Skip to content

Commit

Permalink
docs: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Feb 9, 2022
1 parent 44d3b86 commit 1b57faa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

在线文档:https://docs.lafyun.com/

在线体验:https://www.lafyun.com/

## 介绍

`laf.js` 是一套开箱即用、完整、开源、为开发者提供的基于 serverless 模式和 js 编程的云开发框架。
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ services:
LOG_LEVEL: debug
ACCOUNT_DEFAULT_APP_QUOTA: 5
SERVICE_DRIVER: docker
APP_SERVICE_IMAGE: lafyun/app-service:latest
APP_SERVICE_IMAGE: app-service:debug-3 # lafyun/app-service:0.7.7
APP_SERVICE_DEPLOY_HOST: local-dev.host:8080 # `*.local-dev.host` always resolved to 127.0.0.1, used to local development
APP_SERVICE_DEPLOY_URL_SCHEMA: 'http'
STORAGE_SERVICE_API_ENTRYPOINT: http://storage-service:9010
STORAGE_SERVICE_SECRET: Rewrite_Your_Own_Secret_Salt_abcdefg1234567
STORAGE_SERVICE_DEPLOY_HOST: fs.local-dev.host:8080 # `*.local-dev.host` always resolved to 127.0.0.1, used to local development
DEBUG_BIND_HOST_APP_PATH: '${PWD}/packages/app-service'
INIT_ROOT_ACCOUNT_PASSWORD: abc123
APP_SERVICE_ENV_NPM_INSTALL_FLAGS: '--registry=https://registry.npm.taobao.org --no-audit --no-fund'
# APP_SERVICE_ENV_NPM_INSTALL_FLAGS: '--registry=https://registry.npm.taobao.org --no-audit --no-fund'
command: sh /app/start.sh
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
Expand Down

0 comments on commit 1b57faa

Please sign in to comment.