diff options
author | throwaway <developerthrowaway@protonmail.com> | 2024-01-08 23:14:27 -0800 |
---|---|---|
committer | throwaway <developerthrowaway@protonmail.com> | 2024-01-08 23:14:27 -0800 |
commit | 0cea51e5a3aedd9faefc6029d6d0b28fe86c3db1 (patch) | |
tree | 538cafd857e288f0f008a23fe54c06bdf99bec55 /docker-compose.yaml | |
parent | ed5a992354fc07e8ca73ef4865f6664ff24d504c (diff) |
generate 4get config from env variables
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index a5eaf35..d3ffe62 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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 |