mirror of
https://github.com/bitnami/containers.git
synced 2026-02-14 16:47:21 +08:00
list entrypoint control params in compose files
This commit is contained in:
@@ -14,6 +14,10 @@ services:
|
||||
- PORT=3000
|
||||
- NODE_ENV=development
|
||||
- DATABASE_URL=mysql://root@mariadb/myapp
|
||||
|
||||
- SKIP_DB_WAIT=0
|
||||
- SKIP_DB_MIGRATION=0
|
||||
- SKIP_NPM_INSTALL=0
|
||||
depends_on:
|
||||
- mariadb
|
||||
ports:
|
||||
|
||||
@@ -14,6 +14,10 @@ services:
|
||||
- PORT=3000
|
||||
- NODE_ENV=development
|
||||
- DATABASE_URL=postgres://postgres@postgresql/myapp
|
||||
|
||||
- SKIP_DB_WAIT=0
|
||||
- SKIP_DB_MIGRATION=0
|
||||
- SKIP_NPM_INSTALL=0
|
||||
depends_on:
|
||||
- postgresql
|
||||
ports:
|
||||
|
||||
@@ -12,6 +12,10 @@ services:
|
||||
- PORT=3000
|
||||
- NODE_ENV=development
|
||||
- DATABASE_URL=mongodb://mongodb:27017/myapp
|
||||
|
||||
- SKIP_DB_WAIT=0
|
||||
- SKIP_DB_MIGRATION=0
|
||||
- SKIP_NPM_INSTALL=0
|
||||
depends_on:
|
||||
- mongodb
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user