add Dockerfile and docker-compose for multi-stage build; update .gitignore and various HTML examples

This commit is contained in:
Elmar Kresse
2025-12-28 15:50:59 +01:00
parent 49a1ef45da
commit 0d376597d6
10 changed files with 189 additions and 23 deletions

View File

@@ -48,7 +48,7 @@
const sliderArrayQuery = [];
const pb = new PocketBase('http://192.168.178.57:8090');
const pb = new PocketBase('http://127.0.0.1:8080');
const media = pb.collection('media').getFullList(2000, {
sort: '-created',