Add Docker deployment setup for web app
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
pdf-to-ics-web:
|
||||
build: .
|
||||
container_name: pdf-to-ics-web
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
# Optional aktivieren für App-Login:
|
||||
# - WEB_AUTH_USER=kalender
|
||||
# - WEB_AUTH_PASSWORD=BitteSicheresPasswortSetzen
|
||||
Reference in New Issue
Block a user