-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
48 lines (44 loc) · 922 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
43
44
45
46
47
48
version: "3"
services:
inf3995-frontend:
build: ./frontend
image: inf3995-frontend
volumes:
- ./frontend:/root/frontend
- /root/frontend/node_modules # ignore node_modules
ports:
- 3000:3000
stdin_open: true
inf3995-backend:
build: ./backend
image: inf3995-backend
volumes:
- ./backend:/root/backend
ports:
- 5000:5000
- 80:80
- 81:81
- 82:82
- 83:83
- 84:84
- 85:85
- 86:86
- 87:87
- 88:88
- 89:89
- 90:90
devices:
- "/dev/bus:/dev/bus"
inf3995-simulation:
build: ./simulation
image: inf3995-simulation
volumes:
- ./simulation:/root/simulation
container_name: inf3995-simulation
inf3995-crazyflie-firmware:
build: ./crazyflie-firmware
image: inf3995-crazyflie-firmware
ports:
- 9000:9000
devices:
- /dev/bus:/dev/bus