Restart clair until postgres is up

pull/274/head
Jens Piegsa 8 years ago committed by GitHub
parent 639d305cf8
commit 9d75a90a8a

@ -3,12 +3,14 @@ services:
postgres: postgres:
container_name: clair_postgres container_name: clair_postgres
image: postgres:latest image: postgres:latest
restart: unless-stopped
environment: environment:
POSTGRES_PASSWORD: password POSTGRES_PASSWORD: password
clair: clair:
container_name: clair_clair container_name: clair_clair
image: quay.io/coreos/clair:v1.2.2 image: quay.io/coreos/clair:v1.2.2
restart: unless-stopped
depends_on: depends_on:
- postgres - postgres
ports: ports:

Loading…
Cancel
Save