-
Notifications
You must be signed in to change notification settings - Fork 74
/
docker-compose.yml
42 lines (39 loc) · 991 Bytes
/
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
services:
# This is a work in progress
# web:
# build: .
# command: bundle exec rails s -p 3000 -b '0.0.0.0'
# volumes:
# - .:/morph
# ports:
# - "3000:3000"
# links:
# - db
# TODO: Add data volume
elasticsearch:
# We're using elasticsearch 7 (rather than the current latest
# 8.3.3) is because we don't want to bother with authentication
# and ssl for the time being
image: elasticsearch:7.17.5
ports:
- "9200:9200"
mem_limit: 1073741824
environment:
- "discovery.type=single-node"
# This is a work in progress
# TODO: Add data volume
# TODO: Use a specific version of mysql
# db:
# image: mysql
# ports:
# - "3306"
# environment:
# MYSQL_ROOT_PASSWORD: abc123
# This is a work in progress
# proxy:
# build: docker_images/morph-mitmdump
# links:
# - web
# environment:
# MORPH_URL: http://web:3000
# MITMPROXY_SECRET: afisdifubekfnasi