Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. Chester0
    3. Posts

    Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

    If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

    C Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Docker image arguments AWS

      @atripp got it working without the -e, just using SQL_CONNECTION_STRING for the variable.

      Thanks for your help!

      posted in Support
      C
      Chester0
    • RE: Docker image arguments AWS

      Trying to replicate the documentation:

      docker run -d --name=inedo --restart=unless-stopped
      -v proget-packages:/var/proget/packages -p 80:80 --net=proget
      -e SQL_CONNECTION_STRING='Data Source=inedo-sql; Initial Catalog=ProGet; User ID=sa; Password=«YourStrong!Passw0rd»'
      proget.inedo.com/productimages/inedo/proget:latest
      with environment variables, seems to have no effect
      f19711e3-db41-4a76-85e3-127bf9c7a1a0-image.png

      and still using the default connection string looks like:
      475578fd-e496-4571-9365-5b9a1834c505-image.png

      posted in Support
      C
      Chester0
    • Docker image arguments AWS

      Hello, i am trying to run ProGet on AWS Fargate using the latest image:
      proget.inedo.com/productimages/inedo/proget:latest

      i want to pass arguments to the service but it seems the docker image does not accept the documented ones:

      /usr/local/proget/service/ProGet.Service,run,-e SQL_CONNECTION_STRING='Data Source=xxxxxx.d.ap-southeast-2.rds.amazonaws.com; Initial Catalog=ProGet; User ID=admin;Password=xxxxxxxxx'

      whats are the correct arguments to pass to the docker image in aws?

      Cheers.

      posted in Support
      C
      Chester0
    • 1 / 1