File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,9 @@ semver.scalingo.com is a plaintext and JSON webservice that tracks all available
1313- [ yarn] ( /yarn/versions )
1414
1515It also supports Scalingo Stacks for ` nginx ` , ` php ` and ` composer ` :
16- - [ nginx-scalingo-18] ( /nginx-scalingo-18/versions )
17- - [ nginx-scalingo-20] ( /nginx-scalingo-20/versions )
18- - [ php-scalingo-18] ( /php-scalingo-18/versions )
19- - [ php-scalingo-20] ( /php-scalingo-20/versions )
20- - [ composer-scalingo-18] ( /composer-scalingo-18/versions )
21- - [ composer-scalingo-20] ( /composer-scalingo-20/versions )
16+ - Nginx: ` /nginx-${stack}/versions `
17+ - PHP: ` /php-${stack}/versions `
18+ - Composer: ` /composer-${stack}/versions `
2219
2320It uses that version info to resolve
2421[ semver range queries] ( https://docs.npmjs.com/about-semantic-versioning ) .
@@ -103,11 +100,11 @@ These named routes are also provided for convenience (for each source):
103100### Install project dependencies
104101
105102``` shell
106- docker- compose run --rm web yarn install
103+ docker compose run --rm web yarn install
107104```
108105
109106### Run the service
110107
111108``` shell
112- docker- compose up
109+ docker compose up
113110```
Original file line number Diff line number Diff line change 1- version : ' 3'
2-
31services :
42 web :
53 image : " node:16"
You can’t perform that action at this time.
0 commit comments