update compose file for new auth
This commit is contained in:
parent
a707e2fc81
commit
6abb961641
@ -1,7 +1,7 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
auth_service:
|
||||
build: ./EvoCalculator.Auth/auth-service
|
||||
build: ./EvoCalculator.Auth2.Service
|
||||
environment:
|
||||
- bindDN=ldap_usename
|
||||
- bindCredentials=ldap_password
|
||||
@ -13,7 +13,7 @@ services:
|
||||
- 'traefik.enable=false'
|
||||
|
||||
auth:
|
||||
build: ./EvoCalculator.Auth/auth-client
|
||||
build: ./EvoCalculator.Auth2.Client
|
||||
networks:
|
||||
- calc_network
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user