Skip to content

Commit

Permalink
fix: try to fix tcp urls #38
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Apr 25, 2024
1 parent e081e41 commit 3997c2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
environment:
- YAGNA_APPKEY=${YAGNA_APPKEY}
- YAGNA_API_URL=http://yagna:7465
- GSB_URL=http://yagna:7464
- GSB_URL=tcp://yagna:7464
- JWT_SECRET=dup]a
- JWT_TOKEN_EXPIRATION=1d
- JWT_REFRESH_TOKEN_EXPIRATION=7d
Expand Down Expand Up @@ -40,7 +40,7 @@ services:
environment:
- YAGNA_APPKEY=${YAGNA_APPKEY}
- YAGNA_API_URL=http://yagna:7465
- GSB_URL=http://yagna:7464
- GSB_URL=tcp://yagna:7464
- JWT_SECRET=dup]a
- JWT_TOKEN_EXPIRATION=1d
- JWT_REFRESH_TOKEN_EXPIRATION=7d
Expand Down Expand Up @@ -69,6 +69,7 @@ services:
- YAGNA_AUTOCONF_APPKEY=${YAGNA_APPKEY}
- YAGNA_AUTOCONF_ID_SECRET=${YAGNA_PRIVATE_KEY}
- YAGNA_API_URL=http://0.0.0.0:7465
- GSB_URL=tcp://0.0.0.0:7464
- SUBNET=${SUBNET}
- YA_NET_BIND_URL=udp://0.0.0.0:0
# mongo service
Expand Down

0 comments on commit 3997c2f

Please sign in to comment.