chore: add the nostr-rs-relay to the docker compose (#522)

This commit is contained in:
Daniel Vergara 2025-09-02 08:38:43 -06:00 committed by GitHub
parent 45e20329a3
commit b8bdd4ac5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 47 additions and 3 deletions

View file

@ -7,12 +7,12 @@ services:
context: .
dockerfile: Dockerfile
args:
VITE_PROXY_SERVER: ${JUMBLE_PROXY_SERVER_URL:-http://localhost:8090}
VITE_PROXY_SERVER: ${JUMBLE_PROXY_SERVER_URL:-http://localhost:8090}
ports:
- "8089:80"
restart: unless-stopped
networks:
- jumble
- jumble
proxy-server:
image: ghcr.io/danvergara/jumble-proxy-server:latest
@ -24,7 +24,7 @@ services:
ports:
- "8090:8080"
networks:
- jumble
- jumble
networks:
jumble: