Closed jerheij closed 5 years ago
I have cloned your github repo and added "config" to the pip install in the dockerfile to manually build and test the container with the config package. After doing this I don't get the first error any more, it changed into:
pdns-admin | Traceback (most recent call last): pdns-admin | File "create_db.py", line 4, in
pdns-admin | from config import SQLALCHEMY_DATABASE_URI pdns-admin | ImportError: cannot import name SQLALCHEMY_DATABASE_URI Any ideas?
Thanks!
I try to use the powerdns and powerdns-admin sqlite3 docker images but I get the following error when trying to run the powerdns containers:
My docker-compose.yml:
After running the powerdns-admin container with the "docker run" command I found out there is no pip config module installed, is this related or is my configuration wrong?