add python.pypi image
parent
128348cae1
commit
ff7486b8af
|
|
@ -3,8 +3,8 @@ version: "3.9"
|
||||||
services:
|
services:
|
||||||
|
|
||||||
gitlab-runner:
|
gitlab-runner:
|
||||||
container_name: gitlab-runner
|
|
||||||
image: gitlab/gitlab-runner:alpine3.14-bleeding
|
image: gitlab/gitlab-runner:alpine3.14-bleeding
|
||||||
|
container_name: gitlab-runner
|
||||||
command:
|
command:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
- -c |
|
- -c |
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
version: "3.9"
|
||||||
|
|
||||||
|
services:
|
||||||
|
|
||||||
|
pypi:
|
||||||
|
image: pypiserver/pypiserver:v1.5.1
|
||||||
|
container_name: pypi
|
||||||
|
ports:
|
||||||
|
- 8080:8080
|
||||||
|
volumes:
|
||||||
|
- ./volumes/pypi/data:/data
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue