aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/test/integration/docker/docker-compose.yml
blob: c04bfb312ca91519b90819d98e16b8e3a31bd401 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                   
                       


                            


                                                        
version: '3'
services:
  server:
    build:
      context: .
      dockerfile: server/Dockerfile
    image: server
  client:
    build:
      context: ../../..
      dockerfile: Dockerfile
    image: client
    volumes:
      - ./client/etc/:/etc/cgitize:ro
      - "$SSH_AUTH_SOCK:/var/run/cgitize/ssh-agent.sock"
      - ./client/output:/var/tmp/cgitize/output