Füge Docker- und Babel-Konfigurationen hinzu, aktualisiere Svelte- und Esbuild-Setups, erweitere Typdefinitionen und aktualisiere die README-Datei

This commit is contained in:
2025-03-27 13:52:13 +00:00
parent 77cb64b260
commit 7a6a2cbd22
16 changed files with 447 additions and 84 deletions

View File

@@ -0,0 +1,14 @@
services:
www:
build: .
image: ${PROJECT_NAME}:dev
container_name: dev-${PROJECT_NAME}
environment:
#INDEX: spa.html
SSR: https://dev-tibi-server.staging.testversion.online/api/v1/_/${TIBI_NAMESPACE}/ssr?url=
WEBROOT: /data
API: /tibiapi:https://dev-tibi-server.staging.testversion.online/api/v1/_/${TIBI_NAMESPACE}
PORT: 80
labels:
traefik.enable: "true"
online.testversion.staging.subdomain: dev-${PROJECT_NAME}