-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
33 lines (30 loc) · 805 Bytes
/
docker-compose.yml
File metadata and controls
33 lines (30 loc) · 805 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
30
31
32
33
# Interlock/HAProxy
interlock:
image: ehazlett/interlock:latest
ports:
- "80:80"
# volumes:
# - /Users/Raysmond/.docker/machine/machines/aws-swarm-master:/etc/docker
command: "--swarm-url tcp://10.141.201.200:4000 --plugin haproxy start"
web:
image: raysmond/artirest:0.0.1
# mem_limit: 3G
#environment:
# - INTERLOCK_DATA={"hostname":"local","domain":"artirest.com","balance_algorithm":"uri depth 3"}
# - SPRING_PROFILES_ACTIVE=prod
ports:
- "9000:8080"
links:
- mongo:artirest-mongodb
- redis:artirest-redis
redis:
image: redis
ports:
- "6379:6379"
mongo:
image: mongo:3.0.7
ports:
- "27017:27017"
# command: mongod --smallfiles
# volumes:
# - ~/volumes/jhipster/artirest/dev-mongodb/:/data/db/