summaryrefslogtreecommitdiff
path: root/docker-compose.yaml
blob: be63d4adf577b65b695feb6cce218fe90a0ea032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: '2'
user-data:
  author: Anthon van der Neut <a.van.der.neut@ruamel.eu>
  description: manylinux1 wheel build container for ruamel.yaml
  env-defaults:
    PYDISTBASE: /tmp    # for building, normally set by `dv --distbase`
services:
  yamlmanylinux1:
    container_name: yamlmanylinux1
    build: .
    volumes:
    - ${PYDISTBASE}/ruamel.yaml:/src/dist
    - .:/src