-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.prod.yml
78 lines (68 loc) · 1.57 KB
/
docker-compose.prod.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
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.8"
services:
# hc-foundation-app:
# image: hackcambridge/hc-foundation:v1.0.1
# container_name: hc-foundation-app
# ports:
# - 80:3000
# networks:
# - hc-foundation-lite
hc-2016-first:
image: hackcambridge/hc-2016-first:v1.0.0
container_name: hc-2016-first
ports:
- 201:3000
networks:
- hc-foundation-lite
hc-2017-recurse:
image: hackcambridge/hc-2017-recurse:v1.0.0
container_name: hc-2017-recurse
ports:
- 202:3000
networks:
- hc-foundation-lite
hc-2018-ternary:
image: hackcambridge/hc-2018-ternary:v1.0.0
container_name: hc-2018-ternary
ports:
- 203:3000
networks:
- hc-foundation-lite
hc-2019-4d:
image: hackcambridge/hc-2019-4d:v1.0.0
container_name: hc-2019-4d
ports:
- 204:3000
networks:
- hc-foundation-lite
hc-2020-101:
image: hackcambridge/hc-2020-101:v1.0.2
container_name: hc-2020-101
ports:
- 205:8000
networks:
- hc-foundation-lite
hc-2021-hex:
image: hackcambridge/hc-2021-hex:v1.0.1
container_name: hc-2021-hex
ports:
- 206:8000
networks:
- hc-foundation-lite
hc-2022-atlas:
image: hackcambridge/hc-2022-atlas:v1.0.0
container_name: hc-2022-atlas
ports:
- 207:80
networks:
- hc-foundation-lite
hc-2023-spyder:
image: hackcambridge/hc-2023-spyder:v1.0.0
container_name: hc-2023-spyder
ports:
- 208:80
networks:
- hc-foundation-lite
networks:
hc-foundation-lite:
driver: bridge