version: '3'
services:
isync-cpython:
build:
context: .
args:
- IMAGE_NAME=${CPYTHON_IMAGE_NAME}
- IMAGE_VERSION=${CPYTHON_IMAGE_VERSION}
image: lycantropos/isync-cpython:0.0.0
volumes:
- ./Cargo.toml:/opt/isync/Cargo.toml
- ./isync:/opt/isync/isync
- ./pyproject.toml:/opt/isync/pyproject.toml
- ./README.md:/opt/isync/README.md
- ./rust-toolchain.toml:/opt/isync/rust-toolchain.toml
- ./setup.py:/opt/isync/setup.py
- ./src:/opt/isync/src
- ./tests:/opt/isync/tests
entrypoint: pytest