Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: '3'

services:
  isync-pypy:
    build:
      context: .
      args:
        - IMAGE_NAME=${PYPY_IMAGE_NAME}
        - IMAGE_VERSION=${PYPY_IMAGE_VERSION}
    image: lycantropos/isync-pypy:0.0.0
    volumes:
      - ./isync:/opt/isync/isync
      - ./pyproject.toml:/opt/isync/pyproject.toml
      - ./README.md:/opt/isync/README.md
      - ./setup.py:/opt/isync/setup.py
      - ./tests:/opt/isync/tests
    entrypoint: pytest