aboutsummaryrefslogtreecommitdiff
path: root/template/docker-compose.yaml.template
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-11-04 00:16:15 +0800
committercrupest <crupest@outlook.com>2024-11-04 00:16:15 +0800
commitc699d400208d81430cf03b8d1fcd46a0a1eef19b (patch)
tree749e20832dc2140ea4a51a5472ddb4f1338d0c17 /template/docker-compose.yaml.template
parent9db9737bc653379260164d616903fcd4ed400eb5 (diff)
downloadcrupest-c699d400208d81430cf03b8d1fcd46a0a1eef19b.tar.gz
crupest-c699d400208d81430cf03b8d1fcd46a0a1eef19b.tar.bz2
crupest-c699d400208d81430cf03b8d1fcd46a0a1eef19b.zip
fix(roundcubemail): fix reverse prpxy.
Diffstat (limited to 'template/docker-compose.yaml.template')
-rw-r--r--template/docker-compose.yaml.template5
1 files changed, 0 insertions, 5 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template
index 6dbc2b9..f64543b 100644
--- a/template/docker-compose.yaml.template
+++ b/template/docker-compose.yaml.template
@@ -42,7 +42,6 @@ services:
- "./data/certbot/certs:/etc/letsencrypt:ro"
- "./data/certbot/webroot:/srv/acme:ro"
- "blog-public:/srv/blog:ro"
- - "roundcubemail-www:/srv/roundcubemail:ro"
crupest-api:
pull_policy: build
@@ -182,12 +181,9 @@ services:
container_name: roundcubemail
restart: on-failure:3
volumes:
- - roundcubemail-www:/var/www/html
- ./data/roundcube/config:/var/roundcube/config
- ./data/roundcube/db:/var/roundcube/db
- rountcubemail-temp:/tmp/roundcube-temp
- ports:
- - 9002:80
environment:
- ROUNDCUBEMAIL_DEFAULT_HOST=ssl://mail.crupest.life
- ROUNDCUBEMAIL_DEFAULT_PORT=993
@@ -198,5 +194,4 @@ services:
volumes:
blog-public:
debian-dev-home:
- roundcubemail-www:
rountcubemail-temp: \ No newline at end of file