zetikettes/compose.yml
Paul Mathieu 6a05e46946 Moving fast and breaking things
This is a first commit in preparation for 2.0

- now using prototempaltes™
- updated README
- makefile for some nice shortcuts
- add new tikettes
- remove tikettes

Things that don't work (yet)
- authentication on the main frontend (there is none)
- generating PDFs
2025-08-05 15:14:25 +02:00

13 lines
191 B
YAML

version: '3.1'
services:
zetikettes:
build: .
image: pol/zetikettes
restart: always
ports:
- 127.0.0.1:8000:8000
volumes:
- /var/lib/zetikettes/data:/data