mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
23 lines
476 B
YAML
23 lines
476 B
YAML
version: '2.2'
|
|
|
|
networks:
|
|
web:
|
|
external:
|
|
name: web
|
|
|
|
services:
|
|
searx:
|
|
image: hoellen/searx
|
|
environment:
|
|
- BASE_URL="https://banditlair.com"
|
|
- IMAGE_PROXY=True
|
|
# labels:
|
|
# - "traefik.backend=searx"
|
|
# - "traefik.docker.network=web"
|
|
# - "traefik.frontend.rule=Host:banditlair.com"
|
|
# - "traefik.enable=true"
|
|
# - "traefik.port=8888"
|
|
# - "traefik.default.protocol=http"
|
|
networks:
|
|
- web
|
|
restart: always
|