aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2025-01-24 15:41:41 +0000
committerlolcat <will@lolcat.ca>2025-01-24 15:41:41 +0000
commit0180cf5224c8287975b1a091612887a9ca0256f6 (patch)
treef1e4c3b7df3e1d06b1af387d4184e5b978a38957 /docker-compose.yaml
parentf9f3c919d6df45da859ba46d3ba823e543ca636e (diff)
parenteed32a153c862cec31d1353ea0ed6e01fc70b8da (diff)
Merge pull request 'override ssl.conf when using http config' (#63) from docker_fix_conf into master
Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/63
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml11
1 files changed, 6 insertions, 5 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 2bba4ca..3797294 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -6,14 +6,15 @@ services:
image: luuul/4get:latest
restart: unless-stopped
environment:
+ - FOURGET_PROTO=http
- FOURGET_SERVER_NAME=4get.ca
+ - FOURGET_INSTANCES=https://4get.ca
ports:
- "80:80"
- "443:443"
- volumes:
- - /etc/letsencrypt/live/domain.tld:/etc/4get/certs
- # mount custom banners and captcha
- - ./banners:/var/www/html/4get/banner
- - ./captcha:/var/www/html/4get/data/captcha
+ # volumes:
+ # - /etc/letsencrypt/live/domain.tld:/etc/4get/certs # mount ssl
+ # - ./banners:/var/www/html/4get/banner # mount custom banners
+ # - ./captcha:/var/www/html/4get/data/captcha # mount captcha images
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage