You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Already up to date.
Deployment Command: docker compose up nestify -d
time="2024-08-27T15:41:40+02:00" level=warning msg="The \"DB_USERNAME\" variable is not set. Defaulting to a blank string."
time="2024-08-27T15:41:40+02:00" level=warning msg="The \"DB_PASSWORD\" variable is not set. Defaulting to a blank string."
time="2024-08-27T15:41:40+02:00" level=warning msg="The \"DB_DATABASE\" variable is not set. Defaulting to a blank string."
time="2024-08-27T15:41:40+02:00" level=warning msg="The \"API_URL\" variable is not set. Defaulting to a blank string."
time="2024-08-27T15:41:40+02:00" level=warning msg="The \"RABBITMQ_DEFAULT_USER\" variable is not set. Defaulting to a blank string."
time="2024-08-27T15:41:40+02:00" level=warning msg="The \"RABBITMQ_DEFAULT_PASS\" variable is not set. Defaulting to a blank string."
service "redis" refers to undefined volume config/redis.conf: invalid compose project
"docker rmi" requires at least 1 argument.
See 'docker rmi --help'.
Usage: docker rmi [OPTIONS] IMAGE [IMAGE...]
Remove one or more images
in my .env.dev file I filled out all the necessary ENV, did I?
Looks like it doesn't read my env from .env.dev
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to run a dev server on docker:
https://github.com/mndev222/ultimate-nestjs-test1/commit/64fbbb88b13027faa1be5e1e8ff90371e68d3508 Here's my commit what I changed (I commented code related to unused services by me, right now e.g. redis. mail, rabbitmq etc.).
If I would like to run a dev server on docker I run (in a root of project in git bash terminal):
ENV=dev sh ./scripts/deploy.sh
I got an error:
in my .env.dev file I filled out all the necessary ENV, did I?
Looks like it doesn't read my env from .env.dev
Beta Was this translation helpful? Give feedback.
All reactions