Update configuration files and add package-lock.json
Fix HELP.md
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
HELP.md
|
|
||||||
.gradle
|
.gradle
|
||||||
build/
|
build/
|
||||||
!gradle/wrapper/gradle-wrapper.jar
|
!gradle/wrapper/gradle-wrapper.jar
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
{
|
{
|
||||||
"type": "initial",
|
"type": "initial",
|
||||||
"maximumWarning": "500kB",
|
"maximumWarning": "500kB",
|
||||||
"maximumError": "1MB"
|
"maximumError": "5MB"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "anyComponentStyle",
|
"type": "anyComponentStyle",
|
||||||
@@ -105,4 +105,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+6
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"name": "jambotron",
|
||||||
|
"lockfileVersion": 3,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {}
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
app:
|
jambotron:
|
||||||
image: 'jambotron'
|
image: 'jambotron-image'
|
||||||
container_name: 'jambotron-container'
|
container_name: 'jambotron-container'
|
||||||
build:
|
build:
|
||||||
context: ../../
|
context: ../../
|
||||||
@@ -26,7 +26,7 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
postgres_jambotron:
|
postgres_jambotron:
|
||||||
image: 'postgres:13-alpine'
|
image: 'postgres'
|
||||||
container_name: 'jambotron-postgres-container'
|
container_name: 'jambotron-postgres-container'
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
|
|||||||
Reference in New Issue
Block a user