@@ -13,6 +13,8 @@ services:
13
13
KEY_STORE_PASSWORD : ${ITMO_DATING_KEY_STORE_PASSWORD?:err}
14
14
tty : true
15
15
hostname : authik-0.dating.se.ifmo.ru
16
+ ports :
17
+ - " 127.0.0.1:18000:8080/tcp"
16
18
depends_on :
17
19
database :
18
20
condition : service_healthy
@@ -22,6 +24,8 @@ services:
22
24
extends :
23
25
service : authik-0
24
26
hostname : authik-1.dating.se.ifmo.ru
27
+ ports :
28
+ - " 127.0.0.1:18001:8080/tcp"
25
29
profiles :
26
30
- reliability
27
31
matchmaker-0 :
@@ -36,6 +40,8 @@ services:
36
40
KEY_STORE_PASSWORD : ${ITMO_DATING_KEY_STORE_PASSWORD?:err}
37
41
tty : true
38
42
hostname : matchmaker-0.dating.se.ifmo.ru
43
+ ports :
44
+ - " 127.0.0.1:18010:8080/tcp"
39
45
depends_on :
40
46
database :
41
47
condition : service_healthy
@@ -45,6 +51,8 @@ services:
45
51
extends :
46
52
service : matchmaker-0
47
53
hostname : matchmaker-1.dating.se.ifmo.ru
54
+ ports :
55
+ - " 127.0.0.1:18011:8080/tcp"
48
56
profiles :
49
57
- reliability
50
58
people-0 :
@@ -61,6 +69,8 @@ services:
61
69
KEY_STORE_PASSWORD : ${ITMO_DATING_KEY_STORE_PASSWORD?:err}
62
70
tty : true
63
71
hostname : people-0.dating.se.ifmo.ru
72
+ ports :
73
+ - " 127.0.0.1:18020:8080/tcp"
64
74
depends_on :
65
75
database :
66
76
condition : service_healthy
@@ -72,6 +82,8 @@ services:
72
82
extends :
73
83
service : people-0
74
84
hostname : people-1.dating.se.ifmo.ru
85
+ ports :
86
+ - " 127.0.0.1:18021:8080/tcp"
75
87
profiles :
76
88
- reliability
77
89
object-storage :
0 commit comments