We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2d0c9 commit e2b4e80Copy full SHA for e2b4e80
config-ssl.json
@@ -0,0 +1,7 @@
1
+{
2
+ "interactiveLogin": true,
3
+ "httpServer": {
4
+ "type": "NettyWrapper",
5
+ "ssl": {}
6
+ }
7
+}
docker-compose-ssl.yml
@@ -0,0 +1,12 @@
+services:
+ mock-oauth2-server:
+ image: ghcr.io/navikt/mock-oauth2-server:2.1.11
+ ports:
+ - "8080:8080"
+ hostname: host.docker.internal
+ volumes:
8
+ - ./config-ssl.json:/app/config.json:Z
9
+ environment:
10
+ LOG_LEVEL: "debug"
11
+ SERVER_PORT: 8080
12
+ JSON_CONFIG_PATH: /app/config.json
0 commit comments