1
0
forked from lolcat/4get

generate 4get config from env variables

This commit is contained in:
2024-01-08 23:14:27 -08:00
parent ed5a992354
commit 0cea51e5a3
5 changed files with 103 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
# example docker-compose.yaml
version: "3.7"
services:
@@ -5,8 +6,8 @@ services:
image: luuul/4get:latest
restart: always
environment:
- FOURGET_SERVER_NAME=beak.chat
- FOURGET_SERVER_ADMIN_EMAIL="you@example.com"
- FOURGET_VERSION=6
- FOURGET_SERVER_NAME=4get.ca
ports:
- "80:80"
@@ -15,3 +16,4 @@ services:
volumes:
- /etc/letsencrypt/live/domain.tld:/etc/4get/certs
- ./banners:/var/www/html/4get/banner
- ./captcha:/var/www/html/4get/data/captcha