Skip to content

Commit b217855

Browse files
committed
Putting all services on internal network
1 parent 63e9a06 commit b217855

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

usage_scenario_warm.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ services:
1313
# we need the DB fully booted. Therefore we wait here a little
1414
setup-commands:
1515
- sleep 10
16+
networks:
17+
- bakery-internal-network
18+
19+
redis:
20+
networks:
21+
- bakery-internal-network
1622

1723
app:
1824
environment:
@@ -29,6 +35,8 @@ services:
2935
# it would not tell us if these are the known images or some other problems with the sever occured.
3036
# Sadly this call is very flaky and might still show up as successful even if cache warmup did not really work :(
3137
# PRs welcome!
38+
networks:
39+
- bakery-internal-network
3240

3341
green-coding-puppeteer-container:
3442
image: greencoding/puppeteer-chrome
@@ -39,6 +47,12 @@ services:
3947
- cp /tmp/repo/benchmark/puppeteer/homepage-landing.js /var/www/homepage-landing.js
4048
- cp /tmp/repo/benchmark/puppeteer/search.js /var/www/search.js
4149
- cp /tmp/repo/benchmark/puppeteer/package.json /var/www/package.json
50+
networks:
51+
- bakery-internal-network
52+
53+
networks:
54+
bakery-internal-network:
55+
internal: true
4256

4357
flow:
4458
- name: Blog filtering

0 commit comments

Comments
 (0)