You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
540 B

  1. version: '2'
  2. services:
  3. dev:
  4. build:
  5. context: ./
  6. args:
  7. ARG_DEVPI_SERVER_VERSION: ${DOCKER_DEVPI_SERVER_VERSION}
  8. ARG_DEVPI_WEB_VERSION: ${DOCKER_DEVPI_WEB_VERSION}
  9. ARG_DEVPI_CLIENT_VERSION: ${DOCKER_DEVPI_CLIENT_VERSION}
  10. image: muccg/devpi:${GIT_BRANCH}
  11. prod:
  12. extends:
  13. file: docker-compose-build.yml
  14. service: dev
  15. image: muccg/devpi:${DOCKER_DEVPI_SERVER_VERSION}
  16. latest:
  17. extends:
  18. file: docker-compose-build.yml
  19. service: dev
  20. image: muccg/devpi:latest