mirror of
https://codeberg.org/scip/io-exporter.git
synced 2025-12-17 04:21:00 +01:00
add build workflows and docker image
This commit is contained in:
8
docker-compose.yaml
Normal file
8
docker-compose.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
ioexporter:
|
||||
container_name: io-exporter
|
||||
volumes:
|
||||
- ${PWD}:/pvc
|
||||
working_dir: /pvc
|
||||
build: .
|
||||
image: io-exporter:latest
|
||||
Reference in New Issue
Block a user