Loading docker-compose.yml +11 −2 Original line number Diff line number Diff line Loading @@ -13,6 +13,8 @@ services: # container_name: spot-redis logging: *default-logging restart: unless-stopped networks: - staging-spot-default command: redis-server --maxmemory 8G --maxmemory-policy allkeys-lru spot: Loading @@ -23,6 +25,8 @@ services: dockerfile: Dockerfile logging: *default-logging restart: unless-stopped networks: - staging-spot-default environment: SEARX_SECRET: "${SEARX_SECRET}" SEARX_MORTY_URL: "${SEARX_MORTY_URL}" Loading @@ -42,6 +46,8 @@ services: dockerfile: nginx.Dockerfile logging: *default-logging restart: unless-stopped networks: - staging-spot-default environment: SEARX_MORTY_URL: "${SEARX_MORTY_URL}" Loading @@ -52,6 +58,7 @@ services: restart: unless-stopped command: -listen :3000 -rules /etc/filtron/rules.json -target spot-nginx networks: - staging-spot-default - spot-wireguarded ports: - ${WIREGUARD_IP}:${FILTRON_PORT}:3000 Loading @@ -67,6 +74,7 @@ services: logging: *default-logging restart: unless-stopped networks: - staging-spot-default - spot-wireguarded ports: - ${WIREGUARD_IP}:${MORTY_PORT}:3000 Loading @@ -82,10 +90,11 @@ services: image: peterdavehello/tor-socks-proxy:latest logging: *default-logging restart: unless-stopped networks: - spot-default networks: spot-default: staging-spot-default: external: true spot-wireguarded: external: true Loading
docker-compose.yml +11 −2 Original line number Diff line number Diff line Loading @@ -13,6 +13,8 @@ services: # container_name: spot-redis logging: *default-logging restart: unless-stopped networks: - staging-spot-default command: redis-server --maxmemory 8G --maxmemory-policy allkeys-lru spot: Loading @@ -23,6 +25,8 @@ services: dockerfile: Dockerfile logging: *default-logging restart: unless-stopped networks: - staging-spot-default environment: SEARX_SECRET: "${SEARX_SECRET}" SEARX_MORTY_URL: "${SEARX_MORTY_URL}" Loading @@ -42,6 +46,8 @@ services: dockerfile: nginx.Dockerfile logging: *default-logging restart: unless-stopped networks: - staging-spot-default environment: SEARX_MORTY_URL: "${SEARX_MORTY_URL}" Loading @@ -52,6 +58,7 @@ services: restart: unless-stopped command: -listen :3000 -rules /etc/filtron/rules.json -target spot-nginx networks: - staging-spot-default - spot-wireguarded ports: - ${WIREGUARD_IP}:${FILTRON_PORT}:3000 Loading @@ -67,6 +74,7 @@ services: logging: *default-logging restart: unless-stopped networks: - staging-spot-default - spot-wireguarded ports: - ${WIREGUARD_IP}:${MORTY_PORT}:3000 Loading @@ -82,10 +90,11 @@ services: image: peterdavehello/tor-socks-proxy:latest logging: *default-logging restart: unless-stopped networks: - spot-default networks: spot-default: staging-spot-default: external: true spot-wireguarded: external: true