File tree 10 files changed +15
-15
lines changed
green-software-foundation-sci/static-algorithm
10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ services:
11
11
- 3306:3306
12
12
# This command is needed, cause the container needs a bootup time to work
13
13
setup-commands :
14
- - sleep 20
14
+ - command : sleep 20
15
15
networks :
16
16
- drupal-mariadb-network
17
17
drupal-apache :
@@ -23,7 +23,7 @@ services:
23
23
gcb-puppeteer :
24
24
image : greencoding/puppeteer-chrome
25
25
setup-commands :
26
- - cp /tmp/repo/drupal/puppeteer-flow.js /var/www/puppeteer-flow.js
26
+ - command : cp /tmp/repo/drupal/puppeteer-flow.js /var/www/puppeteer-flow.js
27
27
networks :
28
28
- drupal-mariadb-network
29
29
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ services:
12
12
gcb-puppeteer :
13
13
image : greencoding/puppeteer-firefox
14
14
setup-commands :
15
- - cp /tmp/repo/puppeteer-flow.js /var/www/puppeteer-flow.js
15
+ - command : cp /tmp/repo/puppeteer-flow.js /var/www/puppeteer-flow.js
16
16
volumes :
17
17
- /tmp/.X11-unix:/tmp/.X11-unix
18
18
environment :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ compose-file: !include compose.yml
8
8
services :
9
9
gcb-alpine-sysbench :
10
10
setup-commands :
11
- - apk add gawk
11
+ - command : apk add gawk
12
12
13
13
14
14
sci :
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ compose-file: !include compose.yml
8
8
services :
9
9
gcb-postgres :
10
10
setup-commands :
11
- - sleep 5 # wait some time to ensure that the database is ready
11
+ - command : sleep 5 # wait some time to ensure that the database is ready
12
12
gcb-backend :
13
13
setup-commands :
14
- - sleep 10 # wait some time to ensure that the backend is ready
14
+ - command : sleep 10 # wait some time to ensure that the backend is ready
15
15
16
16
sci :
17
17
R_d : order
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ services:
7
7
gcb-alpine :
8
8
image : alpine
9
9
setup-commands :
10
- - echo "asd" && echo "123"
11
- shell : sh
10
+ - command : echo "asd" && echo "123"
11
+ shell : sh
12
12
13
13
flow :
14
14
- name : Dump filesystem async
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
14
14
- 3306:3306
15
15
# This command is needed, cause the container needs a bootup time to work
16
16
setup-commands :
17
- - sleep 20
17
+ - command : sleep 20
18
18
networks :
19
19
- gcb-wordpress-mariadb-network
20
20
deploy :
@@ -37,7 +37,7 @@ services:
37
37
gcb-puppeteer :
38
38
image : greencoding/puppeteer-chrome
39
39
setup-commands :
40
- - cp /tmp/repo/wordpress-official-data/puppeteer-flow.js /var/www/puppeteer-flow.js
40
+ - command : cp /tmp/repo/wordpress-official-data/puppeteer-flow.js /var/www/puppeteer-flow.js
41
41
networks :
42
42
- gcb-wordpress-mariadb-network
43
43
deploy :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
9
9
networks :
10
10
- gcb-hugo-apache-network
11
11
setup-commands :
12
- - cp -R /tmp/repo/wordpress-vs-hugo/hugo-apache/htdocs /usr/local/apache2/
12
+ - command : cp -R /tmp/repo/wordpress-vs-hugo/hugo-apache/htdocs /usr/local/apache2/
13
13
gcb-curl :
14
14
# Newer version of the curl image lead to an error with Docker rootless https://github.com/curl/curl-container/issues/55
15
15
image : curlimages/curl:8.1.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
15
15
- wordpress-minimal-network
16
16
# Sleep command cause container needs bootup time to ingest SQL dump
17
17
setup-commands :
18
- - sleep 20
18
+ - command : sleep 20
19
19
build : .
20
20
gcb-wordpress :
21
21
image : wordpress:latest
@@ -35,7 +35,7 @@ services:
35
35
networks :
36
36
- wordpress-minimal-network
37
37
setup-commands :
38
- - sleep 20
38
+ - command : sleep 20
39
39
command : sh
40
40
41
41
flow :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
15
15
- wordpress-minimal-network
16
16
# Sleep command cause container needs bootup time to ingest SQL dump
17
17
setup-commands :
18
- - sleep 20
18
+ - command : sleep 20
19
19
build : .
20
20
gcb-wordpress :
21
21
image : wordpress:5.9.3
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
15
15
- wordpress-minimal-network
16
16
# Sleep command cause container needs bootup time to ingest SQL dump
17
17
setup-commands :
18
- - sleep 20
18
+ - command : sleep 20
19
19
build : .
20
20
gcb-wordpress :
21
21
image : wordpress:6.0.0
You can’t perform that action at this time.
0 commit comments