15 lines
391 B
YAML
15 lines
391 B
YAML
services:
|
|
fourget:
|
|
image: luuul/4get:latest
|
|
restart: unless-stopped
|
|
environment:
|
|
- FOURGET_PROTO=http
|
|
- FOURGET_SERVER_NAME=search.novemila.org
|
|
ports:
|
|
- 127.0.0.1:3017:80
|
|
mem_limit: 200m
|
|
volumes:
|
|
- ./banners:/var/www/html/4get/banner
|
|
- ./favicon.ico:/var/www/html/4get/favicon.ico
|
|
|
|
# https://git.lolcat.ca/lolcat/4get/src/branch/master |