Compare commits

..

No commits in common. "cc41042fb0cfa4c89bc256eafcd7318168217410" and "daa00efaefa5c3c2a1b96abbcfc83da6353844cc" have entirely different histories.

View File

@ -9,11 +9,6 @@ services:
volumes:
- ./data/postgres:/var/lib/postgresql/data/
restart: always
healthcheck:
test: pg_isready -U drone -d dronedb
interval: 10s
timeout: 5s
retries: 5
server:
image: drone/drone:latest