Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62107df5 authored by Florent VINCENT's avatar Florent VINCENT 👾
Browse files

spicify a staging-spot-default network

parent 240df06f
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -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:
@@ -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}"
@@ -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}"

@@ -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
@@ -67,6 +74,7 @@ services:
    logging: *default-logging
    restart: unless-stopped
    networks:
      - staging-spot-default
      - spot-wireguarded
    ports:
      - ${WIREGUARD_IP}:${MORTY_PORT}:3000
@@ -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