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.

16 lines
272 B

  1. version: '2'
  2. services:
  3. devpi:
  4. build:
  5. context: ./
  6. args:
  7. ARG_DEVPI_VERSION: ${DOCKER_DEVPI_VERSION}
  8. image: muccg/devpi
  9. volumes:
  10. - ./data:/data
  11. ports:
  12. - 3141:3141
  13. environment:
  14. - DEVPI_PASSWORD=
  15. restart: always