1
0

docker-compose.yaml 517 B

1234567891011121314151617181920
  1. # example docker-compose.yaml
  2. version: "3.7"
  3. services:
  4. fourget:
  5. image: luuul/4get:latest
  6. restart: unless-stopped
  7. environment:
  8. - FOURGET_PROTO=http
  9. - FOURGET_SERVER_NAME=4get.ca
  10. - FOURGET_INSTANCES=https://4get.ca
  11. ports:
  12. - "80:80"
  13. - "443:443"
  14. # volumes:
  15. # - /etc/letsencrypt/live/domain.tld:/etc/4get/certs # mount ssl
  16. # - ./banners:/var/www/html/4get/banner # mount custom banners
  17. # - ./captcha:/var/www/html/4get/data/captcha # mount captcha images