File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ services:
13
13
# we need the DB fully booted. Therefore we wait here a little
14
14
setup-commands :
15
15
- sleep 10
16
+ networks :
17
+ - bakery-internal-network
18
+
19
+ redis :
20
+ networks :
21
+ - bakery-internal-network
16
22
17
23
app :
18
24
environment :
@@ -29,6 +35,8 @@ services:
29
35
# it would not tell us if these are the known images or some other problems with the sever occured.
30
36
# Sadly this call is very flaky and might still show up as successful even if cache warmup did not really work :(
31
37
# PRs welcome!
38
+ networks :
39
+ - bakery-internal-network
32
40
33
41
green-coding-puppeteer-container :
34
42
image : greencoding/puppeteer-chrome
@@ -39,6 +47,12 @@ services:
39
47
- cp /tmp/repo/benchmark/puppeteer/homepage-landing.js /var/www/homepage-landing.js
40
48
- cp /tmp/repo/benchmark/puppeteer/search.js /var/www/search.js
41
49
- 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
42
56
43
57
flow :
44
58
- name : Blog filtering
You can’t perform that action at this time.
0 commit comments