Skip to content

Commit

Permalink
POC works relay needed to connect behind nat
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Aug 10, 2024
1 parent 988d31b commit 26bbc38
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dashboard/.env.development
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NEXT_PUBLIC_API_URL=http://localhost:4000
NEXT_PUBLIC_API_URL=http://localhost:3000
2 changes: 1 addition & 1 deletion dashboard/.env.production
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NEXT_PUBLIC_API_URL=http://localhost:4000
NEXT_PUBLIC_API_URL=http://localhost:3000
10 changes: 5 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ services:
build:
context: stone-prover
dockerfile: Dockerfile
image: zetina-stone-prover
image: registry.internal.iosis.tech/zetina-stone-prover

zetina-runtime:
build:
dockerfile: runtime.dockerfile
image: zetina-runtime
image: registry.internal.iosis.tech/zetina-runtime
depends_on:
- zetina-stone-prover

Expand All @@ -22,7 +22,7 @@ services:
memory: '1G'
environment:
- RUST_LOG=info
image: zetina-delegator
image: registry.internal.iosis.tech/zetina-delegator
hostname: zetina-delegator-1
networks:
zetina-network:
Expand All @@ -47,7 +47,7 @@ services:
memory: '15G'
environment:
- RUST_LOG=info
image: zetina-executor
image: registry.internal.iosis.tech/zetina-executor
hostname: zetina-executor-1
networks:
zetina-network:
Expand All @@ -70,7 +70,7 @@ services:
memory: '15G'
environment:
- RUST_LOG=info
image: zetina-executor
image: registry.internal.iosis.tech/zetina-executor
hostname: zetina-executor-2
networks:
zetina-network:
Expand Down

0 comments on commit 26bbc38

Please sign in to comment.