aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2025-02-01 22:53:06 -0500
committerlolcat <will@lolcat.ca>2025-02-01 22:53:06 -0500
commit36b0c570aaa27cd8ca7d7bc1ec9232339afc5d4e (patch)
treecfe8b1a638df98e5b3d23ed934a79f1938e610e2 /docker-compose.yaml
parent47a7a2a224620bcbeea822c9201bc76c94f191fe (diff)
parent0180cf5224c8287975b1a091612887a9ca0256f6 (diff)
Merge branch 'master' of https://git.lolcat.ca/lolcat/4get
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