Skip to content

Commit

Permalink
fix: remove tor-proxy from docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cameri committed Jan 25, 2023
1 parent 8753541 commit ee62d46
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ services:
condition: service_healthy
migrations:
condition: service_completed_successfully
tor_proxy:
condition: service_healthy
restart: on-failure
networks:
default:
Expand Down Expand Up @@ -105,19 +103,6 @@ services:
networks:
default:
ipv4_address: 10.10.10.254
tor_proxy:
image: dperson/torproxy
restart: on-failure
environment:
PASSWORD: nostr_ts_relay
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
networks:
default:
ipv4_address: 10.10.10.6
networks:
default:
name: nostr-ts-relay
Expand Down

0 comments on commit ee62d46

Please sign in to comment.