aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
blob: 8596e6e8760365beb67a11d7dfcdd90be00d8058 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
services:
  fourget:
    build:
      context: .
      dockerfile: Dockerfile
    image: moekyun/4get
    restart: unless-stopped
    environment:
      - FOURGET_PROTO=http
      - FOURGET_SERVER_NAME=find.moekyun.me
      - FOURGET_BOT_PROTECTION=1
      - FOURGET_API_ENABLED=0
    ports:
      - "8081:80"
    volumes:
      - ./banner:/var/www/html/4get/banner
      - ./data/captcha:/var/www/html/4get/data/captcha
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage