-
Notifications
You must be signed in to change notification settings - Fork 9
/
docker-compose.loader.yml
54 lines (53 loc) · 1.51 KB
/
docker-compose.loader.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
version: '2'
services:
weacast-arpege-world:
build:
context: https://github.com/weacast/weacast-loader.git
dockerfile: dockerfile.arpege-world
container_name: weacast-arpege-world
image: weacast/weacast-arpege:world-latest
links:
- weacast-mongodb:mongodb
networks:
- weacast
environment:
- DB_URL=mongodb://mongodb:27017/weacast
- METEO_FRANCE_TOKEN
weacast-arpege-europe:
build:
context: https://github.com/weacast/weacast-loader.git
dockerfile: dockerfile.arpege-europe
container_name: weacast-arpege-europe
image: weacast/weacast-arpege:europe-latest
links:
- weacast-mongodb:mongodb
networks:
- weacast
environment:
- DB_URL=mongodb://mongodb:27017/weacast
- METEO_FRANCE_TOKEN
weacast-arome-france:
build:
context: https://github.com/weacast/weacast-loader.git
dockerfile: dockerfile.arome-france
container_name: weacast-arome-france
image: weacast/weacast-arome:france-latest
links:
- weacast-mongodb:mongodb
networks:
- weacast
environment:
- DB_URL=mongodb://mongodb:27017/weacast
- METEO_FRANCE_TOKEN
weacast-gfs-world:
build:
context: https://github.com/weacast/weacast-loader.git
dockerfile: dockerfile.gfs-world
container_name: weacast-gfs-world
image: weacast/weacast-gfs:world-latest
links:
- weacast-mongodb:mongodb
networks:
- weacast
environment:
- DB_URL=mongodb://mongodb:27017/weacast