File: docker-compose-ssl.yml

package info (click to toggle)
ruby-oauth2 2.0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,196 kB
  • sloc: ruby: 5,441; javascript: 529; sh: 4; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
services:
  mock-oauth2-server:
    image: ghcr.io/navikt/mock-oauth2-server:2.3.0
    restart: unless-stopped
    ports:
      - "8080:8080"
    volumes:
      - ./config-ssl.json:/app/config.json:Z
    environment:
      LOG_LEVEL: "debug"
      SERVER_PORT: 8080
      JSON_CONFIG_PATH: /app/config.json