Skip to content

invalid character 'C' looking for beginning of value on command "hydra clients create" #2280

Answered by drgarcia1986
drgarcia1986 asked this question in Q&A
Discussion options

You must be logged in to vote

I changed a bit the compose file and now it's work 🤔

version: '3.7'
services:

  hydra-migrate:
    image: oryd/hydra:v1.9.0-alpha.3
    environment:
      - DSN=postgres://hydra:secret@postgresd:5432/hydra?sslmode=disable&max_conns=20&max_idle_conns=4
      - SECRETS_SYSTEM=<my-secret>
    command:
      migrate -c /etc/config/hydra/hydra.yml sql -e --yes
    volumes:
      - 
        type: bind
        source: ./contrib/quickstart/5-min
        target: /etc/config/hydra
    networks:
      - intranet

  hydra:
    image: oryd/hydra:v1.9.0-alpha.3
    environment:
      - DSN=postgres://hydra:secret@postgresd:5432/hydra?sslmode=disable&max_conns=20&max_idle_conns=4
      - SECRETS_SYSTEM…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@vinckr
Comment options

@drgarcia1986
Comment options

@vinckr
Comment options

@drgarcia1986
Comment options

Answer selected by drgarcia1986
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants