chore: add the nostr-rs-relay to the docker compose (#522)
This commit is contained in:
parent
45e20329a3
commit
b8bdd4ac5b
2 changed files with 47 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue