aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-27 10:44:37 +0800
committercrupest <crupest@outlook.com>2022-11-27 10:44:37 +0800
commitb0a7c606af768b190d5541e407803bd4a30b1dac (patch)
tree97c0b7b223309a6b0fb77e868229d41f0777abc4
parent7e19476cdb38ddab1645be34572836dc8d36675e (diff)
downloadcrupest-b0a7c606af768b190d5541e407803bd4a30b1dac.tar.gz
crupest-b0a7c606af768b190d5541e407803bd4a30b1dac.tar.bz2
crupest-b0a7c606af768b190d5541e407803bd4a30b1dac.zip
Add depends_on for auto-certbot.
-rw-r--r--template/docker-compose.yaml.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template
index c372ba4..e8dadcc 100644
--- a/template/docker-compose.yaml.template
+++ b/template/docker-compose.yaml.template
@@ -93,6 +93,8 @@ services:
auto-certbot:
pull_policy: build
+ depends_on:
+ - nginx
build:
context: ./docker/auto-certbot
dockerfile: Dockerfile