1
Fork 1
mirror of https://git.lolcat.ca/lolcat/4get.git synced 2024-09-06 17:18:09 -04:00
4get/docker-compose.yaml
2024-06-19 19:24:01 -07:00

19 lines
429 B
YAML

# example docker-compose.yaml
version: "3.7"
services:
fourget:
image: luuul/4get:latest
restart: unless-stopped
environment:
- FOURGET_SERVER_NAME=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