forked from cklug/docker-update
add dockerfile
This commit is contained in:
parent
d713e51ec0
commit
b33dc10038
2
Dockerfile
Normal file
2
Dockerfile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
FROM alpine:3.7
|
||||||
|
RUN apk add --update --no-cache py3-yaml bash && pip3 install docker-compose
|
||||||
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
docker-update:
|
||||||
|
image: docker.clkl.de/docker/update:0.1_alpine
|
||||||
|
build: .
|
||||||
|
volumes:
|
||||||
|
- ./docker-compose.py:/docker-compose.py
|
||||||
|
- ./sample:/services
|
||||||
|
command: bash -c 'python3 /docker-compose.py /services/*'
|
||||||
Loading…
x
Reference in New Issue
Block a user