Add slug support and new admin features

This commit is contained in:
Tomas Dvorak
2026-03-14 10:40:04 +01:00
parent 4773e4cab1
commit 21574a8b30
31 changed files with 37490 additions and 36033 deletions
+13 -13
View File
@@ -1,13 +1,13 @@
services:
app:
build: ./backend
container_name: bizoni-app
environment:
- STATIC_PATH=/app/site
- PORT=8080
ports:
- "8080:8080"
volumes:
- ./data:/app/data
- ./:/app/site
restart: unless-stopped
services:
app:
build: ./backend
container_name: bizoni-app
environment:
- STATIC_PATH=/app/site
- PORT=8080
ports:
- "8080:8080"
volumes:
- ./data:/app/data
- ./:/app/site
restart: unless-stopped