forked from Meisterschueler/ogn-python
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
I'm trying to figure out how to use the project with docker.
I've found two docker-compose.yml's: one in deployment and one in deployment/docker.
First one starts a timescaledb and a pgadmin4 which I have managed to access.
Second one fails to run:
~/src/ogn-python/deployment/docker$ docker-compose up
Pulling backend (ogn:latest)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
Continue with the new image? [yN]y
Pulling backend (ogn:latest)...
ERROR: pull access denied for ogn, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Could someone who understands the docker deployment write some short documentation on how to set up and use them. Github wiki page would be fine.