Initial commit - Stand 26.04.2026

This commit is contained in:
OpenClaw
2026-04-26 07:51:39 +02:00
commit b29c467187
186 changed files with 39281 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
version: '3.8'
services:
mobile-frontend:
image: nginx:alpine
container_name: buchhaltung-mobile
ports:
- "8081:80" # Oder 443 für HTTPS später
volumes:
- ./public:/usr/share/nginx/html:ro
- ./nginx-config.conf:/etc/nginx/conf.d/default.conf:ro
restart: unless-stopped
# Für HTTPS später:
# environment:
# - VIRTUAL_HOST=mobile.taeger-it.de
# - LETSENCRYPT_HOST=mobile.taeger-it.de