Compare commits
No commits in common. "cc41042fb0cfa4c89bc256eafcd7318168217410" and "daa00efaefa5c3c2a1b96abbcfc83da6353844cc" have entirely different histories.
cc41042fb0
...
daa00efaef
@ -9,11 +9,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./data/postgres:/var/lib/postgresql/data/
|
- ./data/postgres:/var/lib/postgresql/data/
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
|
||||||
test: pg_isready -U drone -d dronedb
|
|
||||||
interval: 10s
|
|
||||||
timeout: 5s
|
|
||||||
retries: 5
|
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: drone/drone:latest
|
image: drone/drone:latest
|
||||||
|
Reference in New Issue
Block a user