default:
	@echo Taper make reset pour réinitialiser la démo

reset:
	docker-compose down -v
	rm -f démo/ldap2pg.yml
	pip3 uninstall -y ldap2pg psycopg2 pyldap pyyaml
	pip3 install psycopg2-binary
