File size: 279 Bytes
47582f6
 
 
 
 
 
 
 
 
ac6b398
1
2
3
4
5
6
7
8
9
10
11
version: "3"  # optional since v1.27.0
services:
  preprocess:
    build: .
    volumes:
      - ./out/:/usr/src/app/out:z
      - ./in/:/usr/src/app/in:z
    env_file:
      - .env
    network_mode: host # use host networking; you can also just link container networks directly