mirror of
https://github.com/Unkn0wnCat/calapi.git
synced 2025-04-28 09:36:20 +02:00
Add docker-compose.yml
This commit is contained in:
parent
9839b7bf57
commit
b039927549
1 changed files with 14 additions and 0 deletions
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal 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:
|
Loading…
Add table
Reference in a new issue