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
13 lines
191 B
YAML
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
|