-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswai_aco_beam00.yml
52 lines (44 loc) · 1.12 KB
/
swai_aco_beam00.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
networks:
edge_net:
driver: bridge
name: edge_net
services:
aco-china-beijing:
image: beamcampus/swai_aco:latest
container_name: aco-china-beijing
restart: always
networks:
- edge_net
environment:
- SWAI_EDGE_API_KEY="aco-china-beijing"
- SWAI_EDGE_LAT=39.9042
- SWAI_EDGE_LON=116.4074
- SWAI_EDGE_COUNTRY="China"
- SWAI_EDGE_IS_CONTAINER=0
- SWAI_EDGE_SCAPES_CAP=6
aco-egypt-cairo:
image: beamcampus/swai_aco:latest
container_name: aco-egypt-cairo
restart: always
networks:
- edge_net
environment:
- SWAI_EDGE_API_KEY="aco-egypt-cairo"
- SWAI_EDGE_LAT=30.0444
- SWAI_EDGE_LON=31.2357
- SWAI_EDGE_COUNTRY="Egypt"
- SWAI_EDGE_IS_CONTAINER=0
- SWAI_EDGE_SCAPES_CAP=7
aco-germany-berlin:
image: beamcampus/swai_aco:latest
container_name: aco-germany-berlin
restart: always
networks:
- edge_net
environment:
- SWAI_EDGE_API_KEY="aco-germany-berlin"
- SWAI_EDGE_LAT=52.5200
- SWAI_EDGE_LON=13.4050
- SWAI_EDGE_COUNTRY="Germany"
- SWAI_EDGE_IS_CONTAINER=0
- SWAI_EDGE_SCAPES_CAP=3