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
However I do not modify the .env file default value, instead once the image is built I am using portainer stack to deploy Iris using a docker compose file
However I get an error for the db admin password ( I changed both user and password, it seems to be passed on to the container as the error mention the name of the user I changed via the env file).
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) FATAL: password authentication failed for user "username"
I am using the very latest version of docker and the host is a fedora core os instance.
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
-
Hi
I am trying to use portainer to deploy Iris.
I am following the main steps from the read me
Clone the iris-web repository
git clone https://github.com/dfir-iris/iris-web.git
cd iris-web
Checkout to the last tagged version
git checkout v2.3.7
Copy the environment file
cp .env.model .env
Build the dockers
docker-compose build
However I do not modify the .env file default value, instead once the image is built I am using portainer stack to deploy Iris using a docker compose file
As you can see I am calling the env value via
env_file:
- stack.env
However I get an error for the db admin password ( I changed both user and password, it seems to be passed on to the container as the error mention the name of the user I changed via the env file).
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) FATAL: password authentication failed for user "username"
I am using the very latest version of docker and the host is a fedora core os instance.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions