diff options
| author | crupest <crupest@outlook.com> | 2022-11-19 13:00:13 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-11-19 13:00:13 +0800 | 
| commit | 5fe53ec36e9298fd40a36877a9a5ceb791814f50 (patch) | |
| tree | 9fe248e5379c66cbaa740243bebc04bb7df7cd29 /template/docker-compose.yaml.template | |
| parent | 02cb10f9dcf5cd228f563f28e607ad7403a5aa9c (diff) | |
| download | crupest-5fe53ec36e9298fd40a36877a9a5ceb791814f50.tar.gz crupest-5fe53ec36e9298fd40a36877a9a5ceb791814f50.tar.bz2 crupest-5fe53ec36e9298fd40a36877a9a5ceb791814f50.zip  | |
No caddy, only nginx and certbot.
Diffstat (limited to 'template/docker-compose.yaml.template')
| -rw-r--r-- | template/docker-compose.yaml.template | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index ef6115f..35027c9 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -58,6 +58,11 @@ services:        - "80:80"        - "443:443"      volumes: +      - "./nginx-config:/etc/nginx/conf.d:ro" +      - "./data/certbot/certs:/etc/letsencrypt:ro" +    networks: +      - external +      - internal    mailserver:      image: docker.io/mailserver/docker-mailserver:latest  | 
