Added missing files due to gitignore
This commit is contained in:
parent
b0994069ad
commit
575edc836d
9 changed files with 208 additions and 422 deletions
21
docker/router-dash/docker-compose.yml
Normal file
21
docker/router-dash/docker-compose.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
name: router-dash
|
||||
|
||||
services:
|
||||
flask-app:
|
||||
container_name: router-dash
|
||||
build: .
|
||||
ports:
|
||||
- "25327:25327"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- $HOME/router:/configs
|
||||
- $HOME/router/validation.py:/app/validation.py
|
||||
environment:
|
||||
- INITIAL_MANAGER_EMAIL=mgrotke@gmail.com
|
||||
- SECRET_KEY=ey8hSQCCYE5kQXV8nOg1CB44LSd3AoUet2ZBc3aZlFrwBbazE7aHcxXWyuT97eAObet5jmOL0CjMg0rB1hE4d2SBVYHPfl8De55EiFv307r1QP3Mf5XgOSSCxD3TuD
|
||||
- SMTP_HOST=smtp.gmail.com
|
||||
- SMTP_PORT=587
|
||||
- SMTP_USER=grotek.industries@gmail.com
|
||||
- SMTP_PASSWORD=lfhrygyuwvlaczaw
|
||||
- SMTP_FROM=grotek.industries@gmail.com
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue