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.

25 lines
567 B

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