Add Coolify deployment configuration

This commit is contained in:
2025-07-07 21:42:30 +02:00
parent 587870e5f6
commit 0232cd0c20
8 changed files with 731 additions and 48 deletions

14
docker-compose.yml Normal file
View File

@ -0,0 +1,14 @@
version: '3.8'
services:
linuxservice:
build: .
ports:
- "8080:8080"
environment:
- PORT=8080
- COMPANY_NAME=Hogeland Linux
- KVK=12345678
- EMAIL=info@hogelandlinux.nl
- PHONE=+31 6 12345678
restart: unless-stopped