forked from eea/eea.docker.eeasearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
29 lines (29 loc) · 985 Bytes
/
docker-compose.yml
File metadata and controls
29 lines (29 loc) · 985 Bytes
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
# NOTE: this is a docker-compose example for development purposes
# adjust the variable as needed, for example the elastic_host
# for production see rancher catalog entry https://github.com/eea/eea.rancher.catalog/tree/master/templates/elastic-app-eeasearch
eeasearch:
environment:
VERSION_INFO: eeacms/eeasearch:master
elastic_index: 'rdfdata'
elastic_host: 10.201.1.92
elastic_port: '9200'
AUTO_INDEXING: 'false'
log_driver: ''
labels:
io.rancher.scheduler.affinity:host_label: ${host_labels}
io.rancher.scheduler.affinity:container_label_soft_ne: io.rancher.stack_service.name=$${stack_name}/$${service_name}
io.rancher.container.hostname_override: container_name
io.rancher.sidekicks: autosync,reindex,ide
log_opt: {}
build: .
volumes:
- ./app/:/code/:z
ports:
- '9999:3000'
entrypoint:
- /node_modules/.bin/nodemon
- --watch
- code/
- /code/app.js
command:
- runserver