aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-05-26 11:52:44 -0700
committerPinapelz <yukais@pinapelz.com>2026-05-26 11:54:42 -0700
commite037112ab1f6f4f6dd987d37bd0a343f74d89f8e (patch)
tree04f827f6394ed732c73b6f0a2add7e5de12206a8 /docker-compose.yaml
parent1e3f3d82fdca5ced58db35910afb682d2b4ea995 (diff)
customize, build from local dockerfile
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml22
1 files changed, 8 insertions, 14 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 3797294..663bf2e 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -1,20 +1,14 @@
-# example docker-compose.yaml
-version: "3.7"
-
services:
fourget:
- image: luuul/4get:latest
+ build:
+ context: .
+ dockerfile: Dockerfile
+ image: moekyun/4get
restart: unless-stopped
environment:
- FOURGET_PROTO=http
- - FOURGET_SERVER_NAME=4get.ca
- - FOURGET_INSTANCES=https://4get.ca
-
+ - FOURGET_SERVER_NAME=4get.moekyun.me
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
+ - "8081:80"
+ volumes:
+ - ./banners:/var/www/html/4get/banner
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage