aboutsummaryrefslogtreecommitdiff
path: root/services/templates/disabled/docker-compose.yaml
blob: 0cd225674facfca26419f1fa3cc9b51fd34b0aeb (plain)
1
2
3
4
5
6
7
8
9
10
11
services:
  timeline:
    image: crupest/timeline:latest
    pull_policy: always
    container_name: timeline
    restart: on-failure:3
    environment:
      - ASPNETCORE_FORWARDEDHEADERS_ENABLED=true
      - TIMELINE_DisableAutoBackup=true
    volumes:
      - ./data/timeline:/root/timeline