update compose file for new auth

This commit is contained in:
Chika 2021-04-17 11:32:56 +03:00
parent a707e2fc81
commit 6abb961641

View File

@ -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