- Log in to post comments
User bio
404 bio not found
Member since Jan 9, 2025
Posts:
Craig has not published any posts yet.
Replies:
Certifications & Credly badges:
Craig has no Certifications & Credly badges yet.
Followers:
Craig has no followers yet.
Following:
Craig has not followed anybody yet.
iam-migrations: image: ${ISC_IAM_IMAGE} command: kong migrations up depends_on: - db environment: KONG_DATABASE: postgres KONG_PG_DATABASE: ${KONG_PG_DATABASE:-iam} KONG_PG_HOST: db KONG_PG_PASSWORD: ${KONG_PG_PASSWORD:-iam} KONG_PG_USER: ${KONG_PG_USER:-iam} KONG_CASSANDRA_CONTACT_POINTS: db KONG_PLUGINS: bundled,jwt-crafter ISC_IRIS_URL: ${ISC_IRIS_URL} restart: on-failure links: - db:db