Compare commits

...

2 Commits

2 changed files with 6 additions and 7 deletions

View File

@ -1,11 +1,11 @@
services: services:
vue-bff: anyame-vue-bff:
image: anyame-vue-bff:latest image: anyame-vue-bff:latest
ports: ports:
- 8090:8080 - 8090:8080
env_file: .env
networks: networks:
- anyame - anyame-shared
networks: networks:
anyame: anyame-shared:
driver: bridge external: true

View File

@ -1,3 +1,2 @@
spring.application.name=anyame-vue-bff spring.application.name=anyame-vue-bff
server.port=${SERVER_PORT} eureka.client.serviceUrl.defaultZone=http://localhost:8080/eureka
eureka.client.serviceUrl.defaultZone=http://localhost:${SERVER_PORT}/eureka/