add docker-compose.yaml and instructions (#12)

add docker-compose.yaml and instructions

Reviewed-on: lolcat/4get#12
Co-authored-by: throwaway <developerthrowaway@protonmail.com>
Co-committed-by: throwaway <developerthrowaway@protonmail.com>
This commit is contained in:
2023-09-12 21:43:31 -05:00
committed by lolcat
parent 71a61304b0
commit 24a00eb2e2
2 changed files with 48 additions and 4 deletions

17
docker-compose.yaml Normal file
View File

@@ -0,0 +1,17 @@
version: "3.7"
services:
fourget:
image: luuul/4get:1.0.0
restart: always
environment:
- FOURGET_SERVER_NAME=beak.chat
- FOURGET_SERVER_ADMIN_EMAIL="you@example.com"
ports:
- "80:80"
- "443:443"
volumes:
- /etc/letsencrypt/live/domain.tld:/etc/4get/certs
- ./banners:/var/www/html/4get/banner