Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Chester0
    C
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Chester0

    @Chester0

    0
    Reputation
    3
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Chester0 Follow

    Best posts made by Chester0

    This user hasn't posted anything yet.

    Latest posts made by Chester0

    • 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