ctucx.git: tinyDAV

[php] Cal-/ CardDAV server with a simple web-GUI based on SabreDAV

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 version: "3"

services:
  tinydav:
    build:
      context: ./
      dockerfile: ./docker/Dockerfile
    image: tinydav
    container_name: ctucx_tinydav
    user: "1000:1000"
    restart: always
    volumes:
      - ./data:/app/data
    ports:
      - "8088:8080"