1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00
VILLASweb/docker-compose.yml

35 lines
532 B
YAML
Raw Permalink Normal View History

nginx:
image: nginx
volumes:
- ./nginx-conf.d/:/etc/nginx/conf.d/
- ./dist/:/www/
links:
- orion
- ember
ports:
- "80:80"
ember:
2016-07-27 18:08:31 +02:00
environment:
HOST_ADDRESS: 'localhost'
image: danlynn/ember-cli
volumes:
- ./:/myapp/
command: build -prod
mongo:
image: mongo:3.2
command: --smallfiles --nojournal
orion:
image: fiware/orion
links:
- mongo
command: -dbhost mongo
playback:
image: acs/playback
links:
- orion
2016-07-27 18:08:31 +02:00
command: orion:1026 m1_S1_ElectricalGrid_data.txt 200 3