Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing local environment config files #43

Open
1 task done
doowt opened this issue Mar 27, 2024 · 0 comments
Open
1 task done

Missing local environment config files #43

doowt opened this issue Mar 27, 2024 · 0 comments

Comments

@doowt
Copy link

doowt commented Mar 27, 2024

Prerequisites

Description

When trying to build the single agent, the local environment variable file is missing.

Steps to Reproduce

  1. git clone https://github.com/digicatapult/nice-agent-portal
  2. npm run compose:up:agent

Expected behaviour:

Agent build

Actual behaviour:

Error message:

$ npm run compose:up:agent
> @digicatapult/[email protected] compose:up:agent
> export COMPOSE_PROJECT_NAME=${COMPOSE_PROJECT_NAME:-nice-agent-alice} && docker compose -f docker-compose.yml --env-file .env --env-file .env.${COMPOSE_PROJECT_NAME} ${COMPOSE_EXTRA_OPTS} up ${SERVICES} --build -d

env file /Users/.../nice-agent-portal/.env.nice-agent-alice.local not found: stat /Users/.../nice-agent-portal/.env.nice-agent-alice.local: no such file or directory

Reproduces how often:

100%

Versions

nice-agent-portal: 0.1.17
macOS: 14.4

Additional Information

N/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant