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
In deploy/arq/ a .env file is used but not configured in compose file
In .devcontainer/ a .env file is used in webapp service, but you do own npm run dev so env is from that terminal.
Each compose file should in the webapp service have a section
env_file:
- path: .env
required: false
And documentation should point the /.env.example as a starting point.
The text was updated successfully, but these errors were encountered:
In deploy/arq/ a .env file is used but not configured in compose file
In .devcontainer/ a .env file is used in webapp service, but you do own npm run dev so env is from that terminal.
Each compose file should in the webapp service have a section
And documentation should point the /.env.example as a starting point.
The text was updated successfully, but these errors were encountered: