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

version: '2'
services:
dev:
env_file:
- .env
build:
context: ./
args:
ARG_DEVPI_SERVER_VERSION: ${DOCKER_DEVPI_SERVER_VERSION}
ARG_DEVPI_WEB_VERSION: ${DOCKER_DEVPI_WEB_VERSION}
ARG_DEVPI_CLIENT_VERSION: ${DOCKER_DEVPI_CLIENT_VERSION}
image: muccg/devpi:${GIT_BRANCH}
prod:
extends:
file: docker-compose-build.yml
service: dev
image: muccg/devpi:${DOCKER_DEVPI_SERVER_VERSION}
latest:
extends:
file: docker-compose-build.yml
service: dev
image: muccg/devpi:latest