update docker
This commit is contained in:
parent
3a9243bfb8
commit
5666c01bdc
|
@ -13,8 +13,8 @@ services:
|
|||
links:
|
||||
- postgres
|
||||
#command: tail -F /var/log
|
||||
command: python /srv/src/risotto/script/server.py
|
||||
restart: unless-stopped
|
||||
command: python -u /srv/src/risotto/script/server.py
|
||||
restart: on-failure
|
||||
postgres:
|
||||
image: postgres:11-alpine
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue