chore: clean
This commit is contained in:
parent
16b7e7d6aa
commit
4ddb801574
11 changed files with 21 additions and 1123 deletions
|
@ -165,7 +165,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./.dev-secrets:/secrets:ro
|
- ./.dev-secrets:/secrets:ro
|
||||||
- ./:/app
|
- ./:/app
|
||||||
- /lab/devthefuture/modjo:/app/.yarn-dev-portal/.links/modjo
|
- ~/lab/devthefuture/modjo:/app/.yarn-dev-portal/.links/modjo
|
||||||
ports:
|
ports:
|
||||||
- ${EXPOSE_API_PORT:-4200}:${API_PORT:-4200}
|
- ${EXPOSE_API_PORT:-4200}:${API_PORT:-4200}
|
||||||
environment:
|
environment:
|
||||||
|
@ -206,7 +206,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./.dev-secrets:/secrets:ro
|
- ./.dev-secrets:/secrets:ro
|
||||||
- ./:/app
|
- ./:/app
|
||||||
- /lab/devthefuture/modjo:/app/.yarn-dev-portal/.links/modjo
|
- ~/lab/devthefuture/modjo:/app/.yarn-dev-portal/.links/modjo
|
||||||
ports:
|
ports:
|
||||||
- ${EXPOSE_FILES_PORT:-4292}:${FILES_PORT:-4292}
|
- ${EXPOSE_FILES_PORT:-4292}:${FILES_PORT:-4292}
|
||||||
environment:
|
environment:
|
||||||
|
@ -241,7 +241,7 @@ services:
|
||||||
dockerfile: ./services/tasks/Dockerfile.dev
|
dockerfile: ./services/tasks/Dockerfile.dev
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/app
|
- ./:/app
|
||||||
- /lab/devthefuture/modjo:/app/.yarn-dev-portal/.links/modjo
|
- ~/lab/devthefuture/modjo:/app/.yarn-dev-portal/.links/modjo
|
||||||
environment:
|
environment:
|
||||||
API_URL: ${API_URL:-http://localhost:${EXPOSE_API_PORT:-4200}/api}
|
API_URL: ${API_URL:-http://localhost:${EXPOSE_API_PORT:-4200}/api}
|
||||||
LOGLEVEL: ${TASKS_LOGLEVEL:-debug}
|
LOGLEVEL: ${TASKS_LOGLEVEL:-debug}
|
||||||
|
@ -281,7 +281,7 @@ services:
|
||||||
dockerfile: ./services/watchers/Dockerfile.dev
|
dockerfile: ./services/watchers/Dockerfile.dev
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/app
|
- ./:/app
|
||||||
- /lab/devthefuture/modjo:/app/.yarn-dev-portal/.links/modjo
|
- ~/lab/devthefuture/modjo:/app/.yarn-dev-portal/.links/modjo
|
||||||
environment:
|
environment:
|
||||||
LOGLEVEL: ${WATCHERS_LOGLEVEL:-debug}
|
LOGLEVEL: ${WATCHERS_LOGLEVEL:-debug}
|
||||||
DATABASE_URL: ${DATABASE_URL-psql://dev:dev@db/dev}
|
DATABASE_URL: ${DATABASE_URL-psql://dev:dev@db/dev}
|
||||||
|
|
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