First demo

This commit is contained in:
2026-01-11 17:19:43 +01:00
parent ac3114e845
commit d001d20d91
22 changed files with 762 additions and 241 deletions

17
docker-compose.yml Normal file
View File

@ -0,0 +1,17 @@
services:
serpkah:
build:
context: .
dockerfile: Dockerfile
network: host
# ports:
# - 3000:3000
networks:
- external_network
restart: always
container_name: serpkah
networks:
external_network:
external: true