2023-12-11 20:37:06 -06:00
|
|
|
version: "3.7"
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
data: {}
|
|
|
|
|
|
|
|
services:
|
2024-04-25 16:59:55 -05:00
|
|
|
i2p-proxy:
|
|
|
|
image: purplei2p/i2pd:release-2.51.0
|
|
|
|
tor-proxy:
|
|
|
|
image: dockage/tor-privoxy:latest
|
2024-07-22 09:16:55 -05:00
|
|
|
cors:
|
|
|
|
image: ghcr.io/hzrd149/docker-cors-anywhere:0.4.5
|
|
|
|
environment:
|
|
|
|
CORSANYWHERE_REQUIRE_HEADERS: "host"
|
2024-01-28 21:15:11 +00:00
|
|
|
imageproxy:
|
|
|
|
image: ghcr.io/willnorris/imageproxy:v0.11.2
|
2023-12-11 20:37:06 -06:00
|
|
|
relay:
|
|
|
|
image: scsibug/nostr-rs-relay:0.8.13
|
|
|
|
volumes:
|
2023-12-16 12:36:21 -06:00
|
|
|
- data:/usr/src/app/db
|
2023-12-11 20:37:06 -06:00
|
|
|
app:
|
|
|
|
build: .
|
2024-01-28 21:15:11 +00:00
|
|
|
image: ghcr.io/hzrd149/nostrudel:latest
|
2023-12-11 20:37:06 -06:00
|
|
|
depends_on:
|
|
|
|
- relay
|
2024-04-25 16:59:55 -05:00
|
|
|
- tor-proxy
|
|
|
|
- i2p-proxy
|
2024-01-28 21:15:11 +00:00
|
|
|
- imageproxy
|
2023-12-11 20:37:06 -06:00
|
|
|
environment:
|
|
|
|
CACHE_RELAY: relay:8080
|
2024-01-28 21:15:11 +00:00
|
|
|
IMAGE_PROXY: imageproxy:8080
|
2024-04-25 16:59:55 -05:00
|
|
|
TOR_PROXY: tor-proxy:9050
|
|
|
|
I2P_PROXY: i2p-proxy:4444
|
2024-07-22 09:16:55 -05:00
|
|
|
REQUEST_PROXY: cors:8080
|
2023-12-11 20:37:06 -06:00
|
|
|
ports:
|
|
|
|
- 8080:80
|