anpassungen an kundenserver
This commit is contained in:
17
Dashboard_V2/docker-compose.yml
Normal file
17
Dashboard_V2/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "9559:9559"
|
||||
volumes:
|
||||
- ./clickcandit.db:/app/clickcandit.db
|
||||
- ./:/app
|
||||
environment:
|
||||
- FLASK_ENV=production
|
||||
- SMTP_SERVER=smtp.gmail.com
|
||||
- SMTP_PORT=465
|
||||
- EMAIL_SENDER=clickcandit@gmail.com
|
||||
- EMAIL_PASSWORD=iuxexntistlwilhl
|
||||
- APP_SECRET_KEY=fiudsh9uw4hefjsefnjdsdh
|
||||
restart: always
|
||||
Reference in New Issue
Block a user