aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/integration/docker/docker-compose.yml
blob: e803515bb6141afb890c15ccc2de311fb677e3f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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