about summary refs log tree commit diff
path: root/docker-compose.yml
blob: 909630edb013a612743652a29638a4fb49ff3499 (plain)
1
2
3
4
5
6
7
8
9
10
version: '3'

services:
    example-service:
        build: ./example-service
        ports:
            - "3333:3333"

    stdin-service:
        build: ./stdin-service