Use eureka client with shared docker network

This commit is contained in:
2025-09-01 19:22:03 +05:00
parent 7cd37fd707
commit 797fe556a4
4 changed files with 15 additions and 3 deletions

View File

@ -5,7 +5,8 @@ services:
- 8081:8080
env_file: .env
networks:
- anyame
- anyame-shared
networks:
anyame:
driver: bridge
anyame-shared:
external: true