Files
4get/compose.example.yml
ngn 5aff5e9277
All checks were successful
docker / docker (push) Successful in 11s
get rid of the captcha stuff, put proxies in data
Signed-off-by: ngn <ngn@ngn.tf>
2025-07-11 16:28:11 +03:00

19 lines
421 B
YAML

services:
fourget:
container_name: 4get
image: git.ngn.tf/ngn/4get
ports:
- 80:8080
volumes:
- ./config.php:/srv/4get/data/config.php:ro
- ./favicon.ico:/srv/4get/favicon.ico:ro
- ./banner:/srv/4get/banner:ro
- type: tmpfs
target: /tmp/icons
cap_drop:
- ALL
security_opt:
- no-new-privileges:true
read_only: true
restart: unless-stopped