summaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-07-25 23:29:34 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-07-25 23:29:34 +0200
commit7d50ad630dc3c4efff391008f3cd3cdd250cbacd (patch)
tree278e918166fc42fcf2dad4e5d639eb539e1598e6 /docker-compose.yaml
parent83b2bbba61d2ada9911dc1d07a121b141c6857ef (diff)
downloadruamel.yaml-7d50ad630dc3c4efff391008f3cd3cdd250cbacd.tar.gz
split off C library into separate package0.16.0
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index be63d4a..1b1e6c4 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -1,12 +1,12 @@
version: '2'
user-data:
author: Anthon van der Neut <a.van.der.neut@ruamel.eu>
- description: manylinux1 wheel build container for ruamel.yaml
+ description: manylinux wheel build container for ruamel.yaml
env-defaults:
PYDISTBASE: /tmp # for building, normally set by `dv --distbase`
services:
- yamlmanylinux1:
- container_name: yamlmanylinux1
+ ruamel_yaml_manylinux1:
+ container_name: ruamel_yaml
build: .
volumes:
- ${PYDISTBASE}/ruamel.yaml:/src/dist