Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networks:

services:
stormspotter-neo4j:
image: neo4j:latest
image: neo4j:3.5.18
restart: unless-stopped
networks:
- stormspotter-network
Expand Down
2 changes: 1 addition & 1 deletion frontend/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:12-alpine
ENV VUE_APP_UPLOAD_URL=http://stormspotter-backend:9090/api/upload

WORKDIR /usr/src/app
RUN npm install -g @quasar/cli
RUN npm install -g @quasar/cli@1.1.1

COPY dist/spa .
EXPOSE 9091
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"cytoscape-klay": "^3.1.3",
"flush-promises": "^1.0.2",
"lodash": "^4.17.20",
"quasar": "^1.13.2",
"quasar": "^1.14.3",
"vue-codemirror": "^4.0.6",
"vue-cytoscape": "^1.0.8",
"vue-loader": "^15.9.3",
Expand Down