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

This commit is contained in:
devthejo 2025-04-22 12:23:38 +02:00
parent 16b7e7d6aa
commit 4ddb801574
11 changed files with 21 additions and 1123 deletions

View file

@ -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}

View file

@ -29,4 +29,4 @@
"engines": {
"node": ">=18"
}
}
}

View file

@ -20,4 +20,4 @@
"google-libphonenumber": "^3.2.40",
"link-module-alias": "^1.2.0"
}
}
}

View file

@ -67,4 +67,4 @@
"express": "5.0.0-beta.3"
},
"packageManager": "yarn@4.6.0"
}
}

View file

@ -49,4 +49,4 @@
"engines": {
"node": ">=18"
}
}
}

View file

@ -35,4 +35,4 @@
"_moduleAliases": {
"~": "src"
}
}
}

View file

@ -45,4 +45,4 @@
"_moduleAliases": {
"~": "src"
}
}
}

View file

@ -36,4 +36,4 @@
"_moduleAliases": {
"~": "src"
}
}
}

View file

@ -36,4 +36,4 @@
"eslint": "^7.11.0",
"eslint-config-react-app": "^7.0.1"
}
}
}

View file

@ -15,4 +15,4 @@
"engines": {
"node": ">=22"
}
}
}

File diff suppressed because it is too large Load diff