mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-06 16:36:51 +00:00
20 lines
417 B
YAML
20 lines
417 B
YAML
services:
|
|
redis:
|
|
image: redis:7
|
|
ports:
|
|
- "6379:6379"
|
|
mock-oauth2-server:
|
|
image: ghcr.io/navikt/mock-oauth2-server:2.1.8
|
|
ports:
|
|
- "8888:8080"
|
|
environment:
|
|
JSON_CONFIG: "{\"interactiveLogin\":false}"
|
|
upstream:
|
|
image: mendhak/http-https-echo:30
|
|
ports:
|
|
- "4000:4000"
|
|
environment:
|
|
HTTP_PORT: 4000
|
|
JWT_HEADER: Authorization
|
|
LOG_IGNORE_PATH: /
|