diff options
| author | lolcat <will@lolcat.ca> | 2025-01-24 15:41:41 +0000 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2025-01-24 15:41:41 +0000 |
| commit | 0180cf5224c8287975b1a091612887a9ca0256f6 (patch) | |
| tree | f1e4c3b7df3e1d06b1af387d4184e5b978a38957 /docker-compose.yaml | |
| parent | f9f3c919d6df45da859ba46d3ba823e543ca636e (diff) | |
| parent | eed32a153c862cec31d1353ea0ed6e01fc70b8da (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.yaml | 11 |
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 |
