Added Dockerization
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user