pebble-cms 1.0.0

A lightweight, single-binary CMS powered by SQLite — 15 themes, REST API, WCAG 2.1 AA, static export
Documentation
1
2
3
4
5
6
7
8
9
10
11
services:
  pebble:
    build: .
    ports:
      - "8080:8080"
    volumes:
      - pebble-data:/data
    restart: unless-stopped

volumes:
  pebble-data: