Use example compose and ignore local deploy env files
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -22,3 +22,7 @@ dist/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Local deployment files
|
||||
docker-compose.yml
|
||||
docker-compose.override.yml
|
||||
|
||||
2
backend
2
backend
Submodule backend updated: 4ae7e75a96...065f1d52f0
@@ -39,11 +39,13 @@ docker logs -f memberapi-backend
|
||||
```
|
||||
|
||||
### 用 docker compose(建議)
|
||||
Compose 檔案:[docker-compose.yml](../docker-compose.yml)
|
||||
Compose 檔案:[docker-compose.example.yml](../docker-compose.example.yml)
|
||||
|
||||
啟動:
|
||||
```bash
|
||||
cd /opt/member-platform
|
||||
cp docker-compose.example.yml docker-compose.yml
|
||||
|
||||
docker compose up -d --build
|
||||
```
|
||||
|
||||
|
||||
2
frontend
2
frontend
Submodule frontend updated: cf54146606...563199083d
Reference in New Issue
Block a user