```
add Docker Compose configuration files for CMS, Doc, Ionic Mobile, API_TS, and PocketBase services, along with .env file for environment variables and related scripts ```
This commit is contained in:
33
002_source/docker/docker-compose.dev.yml
Normal file
33
002_source/docker/docker-compose.dev.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
services:
|
||||
cms:
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
# command: "sleep infinity"
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '1'
|
||||
|
||||
doc:
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '1'
|
||||
|
||||
ionic_mobile:
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '1'
|
||||
|
||||
api_ts:
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '1'
|
Reference in New Issue
Block a user