This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
stundenfuchs:
|
||||
build: .
|
||||
container_name: stundenfuchs
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
PORT: 8000
|
||||
DB_URL: sqlite:////app/data/stundentracker.db
|
||||
COOKIE_SECURE: "false"
|
||||
COOKIE_SAMESITE: lax
|
||||
LOGIN_RATE_LIMIT_ATTEMPTS: 5
|
||||
LOGIN_RATE_LIMIT_WINDOW_MINUTES: 15
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
ports:
|
||||
- "8000:8000"
|
||||
Reference in New Issue
Block a user