[mirotalksfu] - make docker-compose customizable
هذا الالتزام موجود في:
3
.gitignore
مباع
3
.gitignore
مباع
@@ -15,4 +15,5 @@ package-lock.json
|
|||||||
.cache
|
.cache
|
||||||
|
|
||||||
# personal config
|
# personal config
|
||||||
config.js
|
config.js
|
||||||
|
docker-compose.yml
|
||||||
|
|||||||
@@ -78,6 +78,8 @@ $ npm start
|
|||||||
```bash
|
```bash
|
||||||
# Copy src/config.template.js in src/config.js and edit it if needed
|
# Copy src/config.template.js in src/config.js and edit it if needed
|
||||||
$ cp src/config.template.js src/config.js
|
$ cp src/config.template.js src/config.js
|
||||||
|
# Copy docker-compose.template.yml in docker-compose.yml and edit it if needed
|
||||||
|
$ cp docker-compose.template.yml docker-compose.yml
|
||||||
# Build or rebuild services
|
# Build or rebuild services
|
||||||
$ docker-compose build
|
$ docker-compose build
|
||||||
# Create and start containers
|
# Create and start containers
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم