first commit

This commit is contained in:
Patrick
2026-05-01 19:31:44 +02:00
commit edf0441035
19 changed files with 1385 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
services:
hykaikanet-website:
image: node:20.19.6-bullseye
container_name: SupportPanel
restart: unless-stopped
working_dir: /app
volumes:
- ./app:/app
command:
sh -c "
npm install &&
npm run dev
"
logging:
driver: json-file
options:
max-size: 10m
max-file: 3
networks:
default:
name: supportpanel