Is there anyway to skip the /setup?
Closed this issue · 1 comments
dhilst commented
I don't know if I'm doing something wrong but after running the containers and going to localhost:3000
it redirects me to /setup
where I have to put my user name etc, and it asks me to configure the database
I don't know if is expected to have to go through /setup
in the first docker-compose up
.
I would like to automate the /setup
too, if is possible
dhilst commented
I could make this work by dumping the database and loading it in the docker-entrypoint-initdb.d
folder of postgres docker image