github.com/hellofresh/janus@v0.0.0-20230925145208-ce8de8183c67/examples/front-proxy/docker-compose.yml (about)

     1  version: '3.3'
     2  services:
     3  
     4    janus:
     5      image: hellofreshtech/janus
     6      ports:
     7        - "8080:8080"
     8        - "8081:8081"
     9      depends_on:
    10        - service1
    11      volumes:
    12        - ./janus.toml:/etc/janus/janus.toml
    13        - ./apis:/etc/janus/apis
    14  
    15    service1:
    16      image: rodolpheche/wiremock
    17      ports:
    18        - '9089:8080'
    19      volumes:
    20        - ./stubs:/home/wiremock/mappings