aboutsummaryrefslogtreecommitdiff
path: root/deps/cpp-httplib/test/proxy/docker-compose.yml
blob: 67a9e9b617d808f97e90b0d70a0b1cccfea09eae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: '2'

services:
  squid_basic:
    image: squid_basic
    restart: always
    ports:
      - "3128:3128"
    build:
      context: ./
      args:
        auth: basic

  squid_digest:
    image: squid_digest
    restart: always
    ports:
      - "3129:3129"
    build:
      context: ./
      args:
        auth: digest