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
throwaway 24a00eb2e2 add docker-compose.yaml and instructions (#12)
add docker-compose.yaml and instructions

Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/12
Co-authored-by: throwaway <developerthrowaway@protonmail.com>
Co-committed-by: throwaway <developerthrowaway@protonmail.com>
2023-09-12 21:43:31 -05:00

17 lines
354 B
YAML

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