Update docker compose
This commit is contained in:
parent
ce7d955ef8
commit
d34cf059a3
2 changed files with 6 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
data/proc_log.txt
|
||||
data/diffs.db
|
||||
*.pyc
|
||||
node_modules
|
||||
.env
|
||||
|
|
|
@ -11,6 +11,8 @@ services:
|
|||
- /etc/localtime:/etc/localtime
|
||||
container_name: view
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
FLASK_DEBUG: ${FLASK_DEBUG}
|
||||
|
||||
processor:
|
||||
build: ./processor/
|
||||
|
|
Loading…
Reference in a new issue