We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8753541 commit ee62d46Copy full SHA for ee62d46
docker-compose.yml
@@ -37,8 +37,6 @@ services:
37
condition: service_healthy
38
migrations:
39
condition: service_completed_successfully
40
- tor_proxy:
41
- condition: service_healthy
42
restart: on-failure
43
networks:
44
default:
@@ -105,19 +103,6 @@ services:
105
103
106
104
107
ipv4_address: 10.10.10.254
108
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
121
122
123
name: nostr-ts-relay
0 commit comments