Pass -f to nodepool to run in foreground

We don't want to run it as a daemon now that we're passing
logging config to nodepool. Pass -f - since that's what
the Dockerfile does.

Change-Id: I87b4210ee7e5a622a34944c6345008082e75145b
This commit is contained in:
Monty Taylor 2020-05-06 14:06:56 -05:00
parent 8b1b70c77e
commit f7ba1bd6c2
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ services:
user: nodepool
network_mode: host
restart: always
command: nodepool-builder -c /etc/nodepool/nodepool.yaml -l /etc/nodepool/builder-logging.conf
command: nodepool-builder -f -c /etc/nodepool/nodepool.yaml -l /etc/nodepool/builder-logging.conf
privileged: true

View File

@ -5,7 +5,7 @@ services:
user: nodepool
network_mode: host
restart: always
command: nodepool-launcher -c /etc/nodepool/nodepool.yaml -l /etc/nodepool/launcher-logging.conf
command: nodepool-launcher -f -c /etc/nodepool/nodepool.yaml -l /etc/nodepool/launcher-logging.conf
environment:
- DEBUG=1