initial commit

This commit is contained in:
theoleuthardt 2025-01-30 12:56:04 +00:00
commit 025b69021b
15 changed files with 6233 additions and 0 deletions

13
docker-compose.yaml Normal file
View file

@ -0,0 +1,13 @@
services:
app:
build:
context: .
dockerfile: Dockerfile
container_name: werkzeugkiste
environment:
NODE_ENV: production
HOSTNAME: 0.0.0.0
PORT: 3000
ports:
- "3000:3000"
restart: unless-stopped