summaryrefslogtreecommitdiffhomepage
path: root/docker-compose.yml
blob: e7c86855b62aa7c530a9e4513f79a86bd055189f (plain)
1
2
3
4
5
6
7
8
9
10
11
services:
  theme:
    build: .
    container_name: malcz_theme_sync
    restart: unless-stopped
    volumes:
      - theme_data:/theme

volumes:
  theme_data:
    name: malcz_theme_data