-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathstack.default.yml
64 lines (57 loc) · 1.12 KB
/
stack.default.yml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
enabled:
- application
- services
- analyzers
- test-runners
- representers
# disable to save RAM if you don't use portainer or adminer much
- admin
# add any additional components you'd like to start here
configure:
# setup:
# build:
# args:
# exercism_config_version: 0.81.0
# source: true
website:
# build: true
# source: true
# you can add custom environment settings
# environment:
# GIT_CONTENT_REPO:
# GIT_CONTENT_BRANCH:
# GIT_DOCS_BRANCH:
# GIT_ALWAYS_FETCH_ORIGIN:
# GITHUB_ACCESS_TOKEN:
# GITHUB_ORGANIZATION:
tooling-invoker:
environment:
EXERCISM_DEV_ENV_DIR: "<%= File.expand_path(__dir__) %>"
# ruby-test-runner:
# build: true
# source: true
# environment:
# - BOOGER=321
groups:
application:
- setup
- tooling-invoker
- tooling-orchestrator
- website
services:
- aws
- opensearch
- mysql
- redis
admin:
- adminer
- opensearch-dashboards
- portainer
analyzers:
- none
test-runners:
- ruby-test-runner
representers:
- none
language-servers:
- none