Added webhook to GOCD and changed restart policy

This commit is contained in:
Aryom Belousov 2020-11-10 13:43:05 +03:00
parent 8817bd521a
commit ce2e653265
2 changed files with 5 additions and 1 deletions

View file

@ -10,5 +10,7 @@ services:
ports:
- "8888:80"
restart: "always"
redis:
image: "redis:6.0.9"
restart: "always"