justkira
PROOP
a year 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-failure5 Replies
10 months ago
!
10 months ago
!s
Status changed to Solved brody • 11 months ago
