Failing to Run hanko The executable
hanko
could not be found
justkira
PROOP

9 months ago

im trying to deploy hanko i did once but forgot how

the issue is i don't know how to run deploy and post deploy command when in my docker compose it looks like this

  hanko-migrate:
    image: ghcr.io/teamhanko/hanko
    depends_on:
      hanko-postgres:
        condition: service_healthy
    environment:
      - DATABASE_DIALECT=postgres
      - DATABASE_HOST=hanko-postgres
      - DATABASE_PORT=5432
      - DATABASE_USER=${HANKO_DB_USER}
      - DATABASE_DATABASE=${HANKO_DB_NAME}
    command: migrate up
    networks:
      - app-network
    restart: on-failure
Solved

5 Replies

justkira
PROOP

9 months ago

86693546-d1bc-4482-b953-bd57ce8917f6


justkira
PROOP

9 months ago

1365898424792256800


justkira
PROOP

9 months ago

./hanko serve all

for some reason this command works


brody
EMPLOYEE

9 months ago

!


brody
EMPLOYEE

9 months ago

!s


Status changed to Solved brody 9 months ago


Loading...