-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.dev.yml
More file actions
78 lines (69 loc) · 2.12 KB
/
docker-compose.dev.yml
File metadata and controls
78 lines (69 loc) · 2.12 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
version: '3'
services:
# mercury:
# image: milkyway_mercury:latest
# build:
# context: Planets/Mercury/.Depoyment
# dockerfile: .Infrastructure/Docker/Development/Dockerfile
#
venus:
container_name: venus
build:
context: Planets/Venus/.Depoyment
dockerfile: .Infrastructure/Docker/Development/Dockerfile
earth:
container_name: earth
build:
context: Planets/Earth/
dockerfile: .Infrastructure/Docker/Development/Dockerfile
volumes:
- ./Planets/Earth:/app
working_dir: /app
command: npm run dev
mars:
container_name: mars
build:
context: Planets/Mars/.Depoyment
dockerfile: .Infrastructure/Docker/Development/Dockerfile
volumes:
- ./Planets/Mars/assets/:/usr/share/nginx/html/assets/
jupiter:
container_name: jupiter
build:
context: Planets/Jupiter/.Depoyment
dockerfile: .Infrastructure/Docker/Development/Dockerfile
volumes:
- ./Planets/Jupiter/proxy/proxy.conf:/etc/nginx/conf.d/proxy.conf
ports:
- "8888:80"
- "8080:80"
saturn:
container_name: saturn
build:
context: Planets/Saturn/
dockerfile: .Infrastructure/Docker/Dockerfile
volumes:
- ./Planets/Saturn:/app
working_dir: /app
command: npm run dev
uranus:
container_name: uranus
build:
context: Planets/Uranus/
dockerfile: .Infrastructure/Docker/Development/Dockerfile
volumes:
- ./Planets/Uranus:/app
working_dir: /app
command: npm run dev
# neptune:
# container_name: neptune
# build:
# context: Planets/Neptune/
# dockerfile: .Infrastructure/Docker/Development/Dockerfile
pluto:
container_name: pluto
build:
context: Planets/Pluto/
dockerfile: .Infrastructure/Docker/Development/Dockerfile
volumes:
- ./Planets/Pluto/footer/:/usr/share/nginx/html/footer/