Skip to content

Commit

Permalink
add package-lock.json and fix version in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kochetkov-ma committed Jul 9, 2022
1 parent 3927a8e commit 7ee9943
Show file tree
Hide file tree
Showing 5 changed files with 25,073 additions and 8,793 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/node_modules
/target
package.json
package-lock.json
webpack.config.js
webpack.generated.js

Expand Down
2 changes: 1 addition & 1 deletion docker-compose-h2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
allure-server:
# For local debug #
# build: .
image: kochetkovma/allure-server:latest
image: kochetkovma/allure-server:2.11.1
ports:
- 8080:8080
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
allure-server:
# For local debug #
# build: .
image: kochetkovma/allure-server:latest
image: kochetkovma/allure-server:2.11.1
environment:
SPRING_DATASOURCE_URL: jdbc:postgresql://postgres:5432/allure
SPRING_DATASOURCE_USERNAME: postgres
Expand Down
Loading

0 comments on commit 7ee9943

Please sign in to comment.