-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathcompose.yaml
More file actions
32 lines (31 loc) · 1.02 KB
/
compose.yaml
File metadata and controls
32 lines (31 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
include:
- services/backend/compose.yaml
- services/frontend/compose.yaml
- services/searchapi/compose.yaml
- services/proxy/compose.yaml
- services/jupyter/compose.yaml
- services/landingpage/compose.yaml
- services/oaipmh/compose.yaml
configs:
entrypoints_loop_entrypoints_sh:
file: ./entrypoints/loop_entrypoints.sh
entrypoints_infinite_loop_sh:
file: ./entrypoints/infinite_loop.sh
entrypoints_bidirectional_backup_sh:
file: ./entrypoints/bidirectional_backup.sh
entrypoints_chown_root_sh:
file: ./entrypoints/chown_root.sh
entrypoints_add_dev_deps_sh:
file: ./entrypoints/add_dev_deps.sh
entrypoints_setup_git_sh:
file: ./entrypoints/setup_git.sh
entrypoints_download_sdk_sh:
file: ./entrypoints/download_sdk.sh
entrypoints_merge_json_sh:
file: ./entrypoints/merge_json.sh
entrypoints_npm_ci_sh:
file: ./entrypoints/npm_ci.sh
entrypoints_add_chrome_sh:
file: ./entrypoints/add_chrome.sh
entrypoints_npm_install_sdk_sh:
file: ./entrypoints/npm_install_sdk.sh