1
Fork 1
mirror of https://git.lolcat.ca/lolcat/4get.git synced 2024-09-13 17:28:08 -04:00
4get/docker-compose.yaml

22 lines
498 B
YAML
Raw Normal View History

# example docker-compose.yaml
version: "3.7"
services:
fourget:
image: luuul/4get:latest
restart: always
environment:
- FOURGET_VERSION=6
- FOURGET_SERVER_NAME=4get.ca
2024-01-09 20:15:22 -05:00
- FOURGET_SERVER_ADMIN_EMAIL=you@example.com
ports:
- "80:80"
- "443:443"
volumes:
- /etc/letsencrypt/live/domain.tld:/etc/4get/certs
2024-01-09 20:15:22 -05:00
# mount custom banners and captcha
- ./banners:/var/www/html/4get/banner
- ./captcha:/var/www/html/4get/data/captcha