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
16 lines
272 B
version: '2'
|
|
services:
|
|
|
|
devpi:
|
|
build:
|
|
context: ./
|
|
args:
|
|
ARG_DEVPI_VERSION: ${DOCKER_DEVPI_VERSION}
|
|
image: muccg/devpi
|
|
volumes:
|
|
- ./data:/data
|
|
ports:
|
|
- 3141:3141
|
|
environment:
|
|
- DEVPI_PASSWORD=
|
|
restart: always
|