Add docker-compose.yml

This commit is contained in:
Kevin Kandlbinder 2023-03-11 13:51:34 +01:00
parent 9839b7bf57
commit b039927549
Signed by: kevin
GPG key ID: 1460B586646E180D

14
docker-compose.yml Normal file
View file

@ -0,0 +1,14 @@
version: '3.1'
services:
calapi:
build: .
restart: always
environment:
CALAPI_DATA_DIRECTORY: /data
networks:
- local
volumes:
- ./data:/data
networks:
local: