File tree Expand file tree Collapse file tree 13 files changed +19
-17
lines changed Expand file tree Collapse file tree 13 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 1
1
services :
2
2
frontend :
3
3
volumes :
4
- - ./entrypoints/npm_tests.sh:/docker-entrypoints/9 .sh
4
+ - ./entrypoints/npm_tests.sh:/docker-entrypoints/90 .sh
5
5
searchapi :
6
6
volumes :
7
- - ./entrypoints/npm_tests.sh:/docker-entrypoints/9 .sh
7
+ - ./entrypoints/npm_tests.sh:/docker-entrypoints/90 .sh
8
8
landingpage :
9
9
volumes :
10
- - ./entrypoints/npm_tests.sh:/docker-entrypoints/9 .sh
10
+ - ./entrypoints/npm_tests.sh:/docker-entrypoints/90 .sh
11
11
backend :
12
12
volumes :
13
- - ./services/backend/services/${BE_VERSION}/entrypoints/tests.sh:/docker-entrypoints/9 .sh
13
+ - ./services/backend/services/${BE_VERSION}/entrypoints/tests.sh:/docker-entrypoints/90 .sh
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
10
10
- ./config/datasources.json:/config/datasources.0.json
11
11
- ./config/providers.json:/config/providers.json
12
12
- ${PWD}/entrypoints/loop_entrypoints.sh:/usr/local/bin/loop_entrypoints.sh
13
- - ./entrypoints/merge_json.sh:/docker-entrypoints/0 .sh
13
+ - ./entrypoints/merge_json.sh:/docker-entrypoints/00 .sh
14
14
entrypoint :
15
15
- loop_entrypoints.sh
16
16
- docker-entrypoint.sh
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ services:
8
8
volumes :
9
9
- ./config/settings.json:/home/node/app/test/config/settings.json
10
10
- ./config/datasources.dev.json:/config/datasources.1.json
11
- - ./entrypoints/merge_json.sh:/docker-entrypoints/0.sh
12
- - ${PWD}/entrypoints/npm_ci.sh:/docker-entrypoints/1.sh
11
+ - ${PWD}/entrypoints/npm_ci.sh:/docker-entrypoints/10.sh
13
12
14
13
volumes :
15
14
v3_dev :
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ services:
6
6
labels : !reset null
7
7
volumes :
8
8
- archivemock_dev:/job_mock
9
+ - ${PWD}/entrypoints/setup_git.sh:/docker-entrypoints/00.sh
9
10
user : root
10
11
11
12
volumes :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
7
7
volumes :
8
8
- ./config/functionalAccounts.json:/home/node/app/functionalAccounts.json
9
9
- ${PWD}/entrypoints/loop_entrypoints.sh:/usr/local/bin/loop_entrypoints.sh
10
- - ./entrypoints/db_migration.sh:/docker-entrypoints/1 .sh
10
+ - ./entrypoints/db_migration.sh:/docker-entrypoints/10 .sh
11
11
entrypoint :
12
12
- loop_entrypoints.sh
13
13
- docker-entrypoint.sh
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ services:
2
2
backend :
3
3
volumes :
4
4
# wait for kecyloak to get certificate
5
- - ./entrypoints/sleep.sh:/docker-entrypoints/1 .sh
5
+ - ./entrypoints/sleep.sh:/docker-entrypoints/00 .sh
Original file line number Diff line number Diff line change 2
2
- path :
3
3
- compose.base.yaml
4
4
- .${ELASTIC_ENABLED:+/}compose.elastic.yaml
5
- - .${DEV:+/}compose.dev.yaml
6
5
- .${KEYCLOAK_HTTPS_URL:+/}compose.https.yaml
6
+ - .${DEV:+/}compose.dev.yaml
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ services:
11
11
# These volumes allow to run init scripts before running the service
12
12
- ${PWD}/entrypoints/loop_entrypoints.sh:/usr/local/bin/loop_entrypoints.sh
13
13
- ${PWD}/entrypoints/infinite_loop.sh:/usr/local/bin/infinite_loop.sh
14
- - ${PWD}/entrypoints/setup_git.sh:/docker-entrypoints/0.sh
15
14
environment :
16
15
GITHUB_REPO : ${GITHUB_REPO:-}
17
16
node-app-from-local :
@@ -28,3 +27,6 @@ services:
28
27
build :
29
28
context : ${GITHUB_REPO:-}
30
29
no_cache : true
30
+ volumes :
31
+ - ${PWD}/entrypoints/setup_git.sh:/docker-entrypoints/00.sh
32
+
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
10
10
- ${PWD}/entrypoints/loop_entrypoints.sh:/usr/local/bin/loop_entrypoints.sh
11
11
# This is numbered 1 (and not 0) as in the DEV config, which
12
12
# inherits from this, it must be run after the git_init
13
- - ${PWD}/entrypoints/merge_json.sh:/docker-entrypoints/1 .sh
13
+ - ${PWD}/entrypoints/merge_json.sh:/docker-entrypoints/10 .sh
14
14
entrypoint : loop_entrypoints.sh
15
15
command : nginx -g "daemon off;"
16
16
labels :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
9
9
CONFIG_DIR : ${WORKDIR}/src/assets
10
10
CHROME_BIN : /usr/bin/chromium
11
11
volumes :
12
- - ${PWD}/entrypoints/add_chrome.sh:/docker-entrypoints/2 .sh
12
+ - ${PWD}/entrypoints/add_chrome.sh:/docker-entrypoints/20 .sh
13
13
14
14
volumes :
15
15
frontend_dev :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
5
5
- ./config/config.json:/config/0.json
6
6
# docker-entrypoint.d is available only in the nginx layer
7
7
# so it is neglected in DEV
8
- - ${PWD}/entrypoints/merge_json.sh:/docker-entrypoint.d/0 .sh
8
+ - ${PWD}/entrypoints/merge_json.sh:/docker-entrypoint.d/00 .sh
9
9
profiles :
10
10
- search
11
11
restart : on-failure
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ services:
9
9
CONFIG_DIR : ${WORKDIR:-/home/node/app}/src/assets
10
10
CHROME_BIN : /usr/bin/chromium
11
11
volumes :
12
- - ${PWD}/entrypoints/merge_json.sh:/docker-entrypoints/1 .sh
13
- - ${PWD}/entrypoints/add_chrome.sh:/docker-entrypoints/2 .sh
12
+ - ${PWD}/entrypoints/merge_json.sh:/docker-entrypoints/10 .sh
13
+ - ${PWD}/entrypoints/add_chrome.sh:/docker-entrypoints/20 .sh
14
14
user : root
15
15
16
16
volumes :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
4
4
file : ${PWD}/services/compose.dev.yaml
5
5
service : node-app-from-local
6
6
volumes :
7
- - ${PWD}/entrypoints/npm_ci.sh:/docker-entrypoints/1 .sh
7
+ - ${PWD}/entrypoints/npm_ci.sh:/docker-entrypoints/10 .sh
8
8
user : root
9
9
env_file :
10
10
- ./config/.dev.env
You can’t perform that action at this time.
0 commit comments