Code Monkey home page Code Monkey logo

Comments (9)

timonegk avatar timonegk commented on June 3, 2024 1

When working with open source / community projects, please keep in mind that everybody is doing it on their free time. That also means that you have to wait sometimes to get an answer. Pointlessly asking and re-asking and passive-aggressively closing an issue is not a nice way of getting other people's attention.
I sent you a short example of how to add environment variables to your docker container. What exactly did you run to get the "invalid reference format" error? Of course, you cannot let the values at ... but have to add an actually useful value.
Maybe check out the corresponding section of the README: https://github.com/bit-bots/imagetagger/#minimal-production-configuration. There are the five environment variables that have to be defined for the imagetagger to run. For it to work, you have to have installed and started a postgresql server. If you haven't done that yet, there are countless tutorials online.

from imagetagger.

timonegk avatar timonegk commented on June 3, 2024

Which command do you run to get the output in your screenshot?

from imagetagger.

EKivutha avatar EKivutha commented on June 3, 2024

Sudo docker run -it port 8080 --name imagetagger imagetagger

from imagetagger.

EKivutha avatar EKivutha commented on June 3, 2024

Where should I make the env variable changes? @timonegk @jgueldenstein @wichmannpas @NFiedler

from imagetagger.

timonegk avatar timonegk commented on June 3, 2024

For all the configuration values, you have to pass them as environment variables, for docker that is with the -e flag. So you will have your docker run command with -e IT_EMAIL_HOST=... -e IT_DB_HOST=... and so on.

from imagetagger.

EKivutha avatar EKivutha commented on June 3, 2024

Do you have a sample terminal code I can run @timonegk

from imagetagger.

EKivutha avatar EKivutha commented on June 3, 2024

For all the configuration values, you have to pass them as environment variables, for docker that is with the -e flag. So you will have your docker run command with -e IT_EMAIL_HOST=... -e IT_DB_HOST=... and so on.

I have tried this but I get a invalid reference format error @timonegk

from imagetagger.

EKivutha avatar EKivutha commented on June 3, 2024

@timonegk do you have any other deployment materials or documentation?

from imagetagger.

EKivutha avatar EKivutha commented on June 3, 2024

issue was not resolved

from imagetagger.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.