feat(init)!: create sulej.ch

This commit is contained in:
2025-10-12 15:48:10 +02:00
commit 40c353ff4e
33 changed files with 3846 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
sulej.ch:
image: ghcr.io/arlind-dev/sulej.ch:latest
container_name: sulej.ch
restart: unless-stopped
ports:
- 8080:80
networks:
- sulej.ch
networks:
sulej.ch:
name: sulej.ch