chore: clean
Some checks failed
/ deploy (push) Has been skipped
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Successful in 1m6s
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Successful in 1m46s
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Successful in 2m36s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Successful in 2m31s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Failing after 15s
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Successful in 1m5s
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Successful in 2m42s
Some checks failed
/ deploy (push) Has been skipped
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Successful in 1m6s
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Successful in 1m46s
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Successful in 2m36s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Successful in 2m31s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Failing after 15s
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Successful in 1m5s
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Successful in 2m42s
This commit is contained in:
parent
16b7e7d6aa
commit
4ddb801574
11 changed files with 21 additions and 1123 deletions
|
@ -165,7 +165,7 @@ services:
|
|||
volumes:
|
||||
- ./.dev-secrets:/secrets:ro
|
||||
- ./:/app
|
||||
- /lab/devthefuture/modjo:/app/.yarn-dev-portal/.links/modjo
|
||||
- ~/lab/devthefuture/modjo:/app/.yarn-dev-portal/.links/modjo
|
||||
ports:
|
||||
- ${EXPOSE_API_PORT:-4200}:${API_PORT:-4200}
|
||||
environment:
|
||||
|
@ -206,7 +206,7 @@ services:
|
|||
volumes:
|
||||
- ./.dev-secrets:/secrets:ro
|
||||
- ./:/app
|
||||
- /lab/devthefuture/modjo:/app/.yarn-dev-portal/.links/modjo
|
||||
- ~/lab/devthefuture/modjo:/app/.yarn-dev-portal/.links/modjo
|
||||
ports:
|
||||
- ${EXPOSE_FILES_PORT:-4292}:${FILES_PORT:-4292}
|
||||
environment:
|
||||
|
@ -241,7 +241,7 @@ services:
|
|||
dockerfile: ./services/tasks/Dockerfile.dev
|
||||
volumes:
|
||||
- ./:/app
|
||||
- /lab/devthefuture/modjo:/app/.yarn-dev-portal/.links/modjo
|
||||
- ~/lab/devthefuture/modjo:/app/.yarn-dev-portal/.links/modjo
|
||||
environment:
|
||||
API_URL: ${API_URL:-http://localhost:${EXPOSE_API_PORT:-4200}/api}
|
||||
LOGLEVEL: ${TASKS_LOGLEVEL:-debug}
|
||||
|
@ -281,7 +281,7 @@ services:
|
|||
dockerfile: ./services/watchers/Dockerfile.dev
|
||||
volumes:
|
||||
- ./:/app
|
||||
- /lab/devthefuture/modjo:/app/.yarn-dev-portal/.links/modjo
|
||||
- ~/lab/devthefuture/modjo:/app/.yarn-dev-portal/.links/modjo
|
||||
environment:
|
||||
LOGLEVEL: ${WATCHERS_LOGLEVEL:-debug}
|
||||
DATABASE_URL: ${DATABASE_URL-psql://dev:dev@db/dev}
|
||||
|
|
|
@ -29,4 +29,4 @@
|
|||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,4 +20,4 @@
|
|||
"google-libphonenumber": "^3.2.40",
|
||||
"link-module-alias": "^1.2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -67,4 +67,4 @@
|
|||
"express": "5.0.0-beta.3"
|
||||
},
|
||||
"packageManager": "yarn@4.6.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -49,4 +49,4 @@
|
|||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -35,4 +35,4 @@
|
|||
"_moduleAliases": {
|
||||
"~": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -45,4 +45,4 @@
|
|||
"_moduleAliases": {
|
||||
"~": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -36,4 +36,4 @@
|
|||
"_moduleAliases": {
|
||||
"~": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -36,4 +36,4 @@
|
|||
"eslint": "^7.11.0",
|
||||
"eslint-config-react-app": "^7.0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,4 +15,4 @@
|
|||
"engines": {
|
||||
"node": ">=22"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
1118
yarn.lock.prod
1118
yarn.lock.prod
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue