Skip to content

Commit 68e93ce

Browse files
committed
Expose backend services ports
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
1 parent c039b97 commit 68e93ce

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

compose.yml

+12
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ services:
1313
KEY_STORE_PASSWORD: ${ITMO_DATING_KEY_STORE_PASSWORD?:err}
1414
tty: true
1515
hostname: authik-0.dating.se.ifmo.ru
16+
ports:
17+
- "127.0.0.1:18000:8080/tcp"
1618
depends_on:
1719
database:
1820
condition: service_healthy
@@ -22,6 +24,8 @@ services:
2224
extends:
2325
service: authik-0
2426
hostname: authik-1.dating.se.ifmo.ru
27+
ports:
28+
- "127.0.0.1:18001:8080/tcp"
2529
profiles:
2630
- reliability
2731
matchmaker-0:
@@ -36,6 +40,8 @@ services:
3640
KEY_STORE_PASSWORD: ${ITMO_DATING_KEY_STORE_PASSWORD?:err}
3741
tty: true
3842
hostname: matchmaker-0.dating.se.ifmo.ru
43+
ports:
44+
- "127.0.0.1:18010:8080/tcp"
3945
depends_on:
4046
database:
4147
condition: service_healthy
@@ -45,6 +51,8 @@ services:
4551
extends:
4652
service: matchmaker-0
4753
hostname: matchmaker-1.dating.se.ifmo.ru
54+
ports:
55+
- "127.0.0.1:18011:8080/tcp"
4856
profiles:
4957
- reliability
5058
people-0:
@@ -61,6 +69,8 @@ services:
6169
KEY_STORE_PASSWORD: ${ITMO_DATING_KEY_STORE_PASSWORD?:err}
6270
tty: true
6371
hostname: people-0.dating.se.ifmo.ru
72+
ports:
73+
- "127.0.0.1:18020:8080/tcp"
6474
depends_on:
6575
database:
6676
condition: service_healthy
@@ -72,6 +82,8 @@ services:
7282
extends:
7383
service: people-0
7484
hostname: people-1.dating.se.ifmo.ru
85+
ports:
86+
- "127.0.0.1:18021:8080/tcp"
7587
profiles:
7688
- reliability
7789
object-storage:

0 commit comments

Comments
 (0)