mirror of
https://github.com/Unkn0wnCat/calapi.git
synced 2025-04-28 09:36:20 +02:00
16 lines
229 B
YAML
16 lines
229 B
YAML
version: '3.1'
|
|
|
|
services:
|
|
calapi:
|
|
build: .
|
|
restart: always
|
|
environment:
|
|
CALAPI_DATA_DIRECTORY: /data
|
|
networks:
|
|
- local
|
|
volumes:
|
|
- ./data:/data
|
|
env_file:
|
|
- .env
|
|
networks:
|
|
local:
|