Added Dockerization

This commit is contained in:
MarcWieland
2026-07-27 00:02:22 +02:00
parent 8b613ec0bc
commit ed9bc84874
4 changed files with 68 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
version: '3.8'
services:
handwerksfreund-web:
build:
context: .
dockerfile: Dockerfile
image: handwerksfreund-web:latest
container_name: handwerksfreund-web
restart: always
ports:
- "${WEB_PORT:-8085}:80"
environment:
- VITE_SUPABASE_URL=https://supabase.marc-wieland.de
- VITE_SUPABASE_ANON_KEY=sb_publishable__i6IYRo2bficTh7WsIMgqB_q6fjZpST