deployment improvments

This commit is contained in:
2025-10-16 01:50:43 +02:00
parent f4c5dd483d
commit 62719ef9c3
10 changed files with 192 additions and 38 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
version: "3.8"
services:
kirbycms:
build:
context: .
dockerfile: Dockerfile
image: kirbycms:latest
container_name: kirbycms
env_file:
- id.env
volumes:
- ./:/var/www/html:rw
ports:
- "8080:80"
restart: unless-stopped