mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-12-16 03:15:30 +00:00
addded docker compose images
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
services:
|
||||||
|
data:
|
||||||
|
build: ./
|
||||||
|
container_name: kgpz-data-builder
|
||||||
|
volumes:
|
||||||
|
- data:/data
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
data:
|
||||||
2
dockerfile
Normal file
2
dockerfile
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
FROM alpine:latest
|
||||||
|
COPY . /data
|
||||||
Reference in New Issue
Block a user