This commit is contained in:
Adrian Altner 2026-03-30 14:16:43 +02:00
commit 017bf6e067
115 changed files with 19650 additions and 0 deletions

16
compose.yml Normal file
View file

@ -0,0 +1,16 @@
name: www-adrian-altner-com
services:
website:
build:
context: .
dockerfile: Containerfile
image: localhost/www.adrian-altner.com:latest
container_name: www.adrian-altner.com
ports:
- "4321:4321"
environment:
NODE_ENV: production
HOST: 0.0.0.0
PORT: 4321
restart: unless-stopped