Skip to content

Commit ee62d46

Browse files
committed
fix: remove tor-proxy from docker-compose.yml
1 parent 8753541 commit ee62d46

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

docker-compose.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ services:
3737
condition: service_healthy
3838
migrations:
3939
condition: service_completed_successfully
40-
tor_proxy:
41-
condition: service_healthy
4240
restart: on-failure
4341
networks:
4442
default:
@@ -105,19 +103,6 @@ services:
105103
networks:
106104
default:
107105
ipv4_address: 10.10.10.254
108-
tor_proxy:
109-
image: dperson/torproxy
110-
restart: on-failure
111-
environment:
112-
PASSWORD: nostr_ts_relay
113-
logging:
114-
driver: "json-file"
115-
options:
116-
max-size: "10m"
117-
max-file: "3"
118-
networks:
119-
default:
120-
ipv4_address: 10.10.10.6
121106
networks:
122107
default:
123108
name: nostr-ts-relay

0 commit comments

Comments
 (0)