#342: Fixed trigger start and verbose app builds

This commit is contained in:
frikky
2021-04-26 20:22:16 +02:00
parent fd65c3afbd
commit 002849779e
4 changed files with 6 additions and 20925 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ module shuffle
go 1.13 go 1.13
replace github.com/frikky/shuffle-shared => ../../../../git/shuffle-shared //replace github.com/frikky/shuffle-shared => ../../../../git/shuffle-shared
//replace github.com/frikky/kin-openapi => ../../../../git/kin-openapi //replace github.com/frikky/kin-openapi => ../../../../git/kin-openapi
@@ -22,7 +22,7 @@ require (
github.com/docker/go-connections v0.4.0 github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0 // indirect github.com/docker/go-units v0.4.0 // indirect
github.com/frikky/kin-openapi v0.38.0 github.com/frikky/kin-openapi v0.38.0
github.com/frikky/shuffle-shared v0.0.37 github.com/frikky/shuffle-shared v0.0.38
github.com/ghodss/yaml v1.0.0 github.com/ghodss/yaml v1.0.0
github.com/go-git/go-billy/v5 v5.0.0 github.com/go-git/go-billy/v5 v5.0.0
github.com/go-git/go-git/v5 v5.0.0 github.com/go-git/go-git/v5 v5.0.0
+2 -2
View File
@@ -2,7 +2,7 @@ version: '3'
services: services:
frontend: frontend:
#build: ./frontend #build: ./frontend
image: ghcr.io/frikky/shuffle-frontend:0.8.75 image: ghcr.io/frikky/shuffle-frontend:0.8.76
container_name: shuffle-frontend container_name: shuffle-frontend
hostname: shuffle-frontend hostname: shuffle-frontend
ports: ports:
@@ -17,7 +17,7 @@ services:
- backend - backend
backend: backend:
#build: ./backend #build: ./backend
image: ghcr.io/frikky/shuffle-backend:0.8.75 image: ghcr.io/frikky/shuffle-backend:0.8.76
container_name: shuffle-backend container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME} hostname: ${BACKEND_HOSTNAME}
# Here for debugging: # Here for debugging:
-20920
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "shuffler", "name": "shuffler",
"homepage": "https://shuffler.io", "homepage": "https://shuffler.io",
"version": "0.8.53", "version": "0.8.76",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@material-ui/core": "^4.5.2", "@material-ui/core": "^4.5.2",
@@ -10,6 +10,7 @@
"@material-ui/styles": "^4.5.2", "@material-ui/styles": "^4.5.2",
"@use-it/interval": "^1.0.0", "@use-it/interval": "^1.0.0",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"cache-base": "^4.0.0",
"class-transformer": "^0.3.1", "class-transformer": "^0.3.1",
"create-react-app": "^2.0.3", "create-react-app": "^2.0.3",
"cytoscape": "^3.11.0", "cytoscape": "^3.11.0",