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