Update configuration files and add package-lock.json

Fix HELP.md
This commit is contained in:
liosha84
2025-06-17 21:07:44 +03:00
parent 199587c897
commit 73e254fa8e
4 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
HELP.md
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
+1 -1
View File
@@ -44,7 +44,7 @@
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumError": "5MB"
},
{
"type": "anyComponentStyle",
+6
View File
@@ -0,0 +1,6 @@
{
"name": "jambotron",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}
+3 -3
View File
@@ -1,6 +1,6 @@
services:
app:
image: 'jambotron'
jambotron:
image: 'jambotron-image'
container_name: 'jambotron-container'
build:
context: ../../
@@ -26,7 +26,7 @@ services:
postgres_jambotron:
image: 'postgres:13-alpine'
image: 'postgres'
container_name: 'jambotron-postgres-container'
ports:
- "5432:5432"