mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2025-02-12 00:38:32 -05:00
20 lines
517 B
YAML
20 lines
517 B
YAML
# example docker-compose.yaml
|
|
version: "3.7"
|
|
|
|
services:
|
|
fourget:
|
|
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 ssl
|
|
# - ./banners:/var/www/html/4get/banner # mount custom banners
|
|
# - ./captcha:/var/www/html/4get/data/captcha # mount captcha images
|