-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.yml
207 lines (188 loc) · 6.08 KB
/
docker-compose.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
x-app: &app
build:
context: .
target: hyku-web
cache_from:
- ghcr.io/samvera/hyku/base:latest
- ghcr.io/samvera-labs/hyku_knapsack:latest
args:
BUILDKIT_INLINE_CACHE: 1
APP_PATH: ./hyrax-webapp
image: ghcr.io/notch8/adventist_knapsack:${TAG:-latest}
environment:
- AUXILIARY_QUEUE_TENANTS="sdapi" # This line is what makes the knapsack include use the local code instead of the remote gem
- AWS_REGION=us-east-1
- AWS_S3_BUCKET=space-stone-production-preprocessedbucketf21466dd-15sun4xy658nh
- BUNDLE_DISABLE_LOCAL_BRANCH_CHECK=true
- BUNDLE_LOCAL__HYKU_KNAPSACK=/app/samvera # This line is what makes the knapsack include use the local code instead of the remote gem
- FITS_SERVLET_URL=http://fits:8080/fits
- GOOD_JOB_CLEANUP_DISCARDED_JOBS=false
- GOOD_JOB_CLEANUP_INTERVAL_SECONDS=86400
- GOOD_JOB_CLEANUP_PRESERVED_JOBS_BEFORE_SECONDS_AGO=604800
- HYKU_ADMIN_HOST=adl.test
- HYKU_DEFAULT_HOST=%{tenant}.adl.test
- HYKU_ROOT_HOST=adl.test
- HYRAX_ACTIVE_JOB_QUEUE=good_job
volumes:
- node_modules:/app/samvera/hyrax-webapp/node_modules:cached
- uploads:/app/samvera/hyrax-webapp/public/uploads:cached
- assets:/app/samvera/hyrax-webapp/public/assets:cached
- cache:/app/samvera/hyrax-webapp/tmp/cache:cached
- .:/app/samvera
env_file:
- .env
networks:
internal:
x-app-worker: &app-worker
<<: *app
extends:
file: hyrax-webapp/docker-compose.yml
service: worker
build:
context: .
target: hyku-worker
cache_from:
- ghcr.io/samvera/hyku/base:latest
- ghcr.io/samvera-labs/hyku_knapsack/worker:latest
args:
BUILDKIT_INLINE_CACHE: 1
APP_PATH: ./hyrax-webapp
image: ghcr.io/notch8/adventist_knapsack/worker:${TAG:-latest}
# Uncomment command to access container with out starting bin/worker. Useful for debugging or updating Gemfile.lock
# command: sleep infinity
depends_on:
check_volumes:
condition: service_completed_successfully
initialize_app:
condition: service_completed_successfully
db:
condition: service_started
solr:
condition: service_started
fcrepo:
condition: service_started
redis:
condition: service_started
zoo:
condition: service_started
volumes:
assets:
cache:
db:
fcrepo:
node_modules:
redis:
solr:
uploads:
zk:
zoo:
networks:
internal:
services:
zoo:
extends:
file: hyrax-webapp/docker-compose.yml
service: zoo
solr:
extends:
file: hyrax-webapp/docker-compose.yml
service: solr
fcrepo:
extends:
file: hyrax-webapp/docker-compose.yml
service: fcrepo
fits:
image: harvardlts/fitsservlet_container:1.5.0
ports:
- 9090:8080
networks:
internal:
db:
extends:
file: hyrax-webapp/docker-compose.yml
service: db
base:
extends:
file: hyrax-webapp/docker-compose.yml
service: base
image: ghcr.io/samvera/hyku/base:${BASE_TAG:-latest}
command: bash -l -c "echo 'base is only used for building base images, which in turn reduces image build times. It does not need to be run'"
web:
<<: *app
# Uncomment command to access container with out starting bin/web. Useful for debugging or updating Gemfile.lock
# command: sleep infinity
environment:
- AUXILIARY_QUEUE_TENANTS="sdapi" # This line is what makes the knapsack include use the local code instead of the remote gem
- AWS_REGION=us-east-1
- AWS_S3_BUCKET=space-stone-production-preprocessedbucketf21466dd-15sun4xy658nh
- BUNDLE_DISABLE_LOCAL_BRANCH_CHECK=true
- BUNDLE_LOCAL__HYKU_KNAPSACK=/app/samvera # This line is what makes the knapsack include use the local code instead of the remote gem
- FITS_SERVLET_URL=http://fits:8080/fits
- GOOD_JOB_CLEANUP_DISCARDED_JOBS=false
- GOOD_JOB_CLEANUP_INTERVAL_SECONDS=86400
- GOOD_JOB_CLEANUP_PRESERVED_JOBS_BEFORE_SECONDS_AGO=604800
- HYKU_ADMIN_HOST=adl.test
- HYKU_DEFAULT_HOST=%{tenant}.adl.test
- HYKU_ROOT_HOST=adl.test
- HYRAX_ACTIVE_JOB_QUEUE=good_job
- VIRTUAL_HOST=.adl.test
- VIRTUAL_PORT=3000
depends_on:
db:
condition: service_started
solr:
condition: service_started
fcrepo:
condition: service_started
redis:
condition: service_started
zoo:
condition: service_started
check_volumes:
condition: service_started
chrome:
condition: service_started
worker:
condition: service_started
initialize_app:
condition: service_completed_successfully
worker:
<<: *app-worker
worker_aux:
<<: *app-worker
environment:
- AUX_WORKER="true"
- AUXILIARY_QUEUE_TENANTS="sdapi" # This line is what makes the knapsack include use the local code instead of the remote gem
- AWS_REGION=us-east-1
- AWS_S3_BUCKET=space-stone-production-preprocessedbucketf21466dd-15sun4xy658nh
- BUNDLE_DISABLE_LOCAL_BRANCH_CHECK=true
- BUNDLE_LOCAL__HYKU_KNAPSACK=/app/samvera # This line is what makes the knapsack include use the local code instead of the remote gem
- FITS_SERVLET_URL=http://fits:8080/fits
- GOOD_JOB_CLEANUP_DISCARDED_JOBS=false
- GOOD_JOB_CLEANUP_INTERVAL_SECONDS=86400
- GOOD_JOB_CLEANUP_PRESERVED_JOBS_BEFORE_SECONDS_AGO=604800
- HYRAX_ACTIVE_JOB_QUEUE=good_job
check_volumes:
<<: *app
extends:
file: hyrax-webapp/docker-compose.yml
service: check_volumes
initialize_app:
<<: *app
extends:
file: hyrax-webapp/docker-compose.yml
service: initialize_app
command:
- >
solrcloud-upload-configset.sh /app/samvera/hyrax-webapp/solr/conf &&
solrcloud-assign-configset.sh &&
SOLR_COLLECTION_NAME=hydra-test solrcloud-assign-configset.sh &&
db-migrate-seed.sh
redis:
extends:
file: hyrax-webapp/docker-compose.yml
service: redis
chrome:
extends:
file: hyrax-webapp/docker-compose.yml
service: chrome