##// END OF EJS Templates
services: added testing LDAP server
super-admin -
Show More
@@ -306,6 +306,19 b' services:'
306 # expose on 9090 to not block 80 for traefik
306 # expose on 9090 to not block 80 for traefik
307 - "9090:80"
307 - "9090:80"
308 profiles:
308 profiles:
309 ["httpbin"]
309 ["testing"]
310
311 restart: always
312
313 ldap-server:
314 networks:
315 - rhodecode_network
316 image: rroemhild/test-openldap:latest
317 ports:
318 # expose on 10389 (ldap) 10636 (ldaps)
319 - "10389:10389"
320 - "10636:10636"
321 profiles:
322 ["testing"]
310
323
311 restart: always No newline at end of file
324 restart: always
General Comments 0
You need to be logged in to leave comments. Login now