Update docker-compose.yaml
This commit is contained in:
parent
490a8db538
commit
99137d95e7
1 changed files with 0 additions and 26 deletions
|
|
@ -1,30 +1,4 @@
|
||||||
services:
|
services:
|
||||||
keycloak:
|
|
||||||
image: quay.io/keycloak/keycloak:26.1
|
|
||||||
command: ["start-dev"]
|
|
||||||
environment:
|
|
||||||
KEYCLOAK_ADMIN: admin
|
|
||||||
KEYCLOAK_ADMIN_PASSWORD: admin
|
|
||||||
KC_FEATURES: admin-fine-grained-authz
|
|
||||||
ports:
|
|
||||||
- "8080:8080"
|
|
||||||
depends_on:
|
|
||||||
- openldap
|
|
||||||
networks:
|
|
||||||
- perplexica-network
|
|
||||||
|
|
||||||
openldap:
|
|
||||||
image: osixia/openldap:latest
|
|
||||||
environment:
|
|
||||||
LDAP_ORGANISATION: "Dev Corp"
|
|
||||||
LDAP_DOMAIN: dev.local
|
|
||||||
LDAP_BASE_DN: dc=dev,dc=local
|
|
||||||
LDAP_ADMIN_PASSWORD: admin
|
|
||||||
ports:
|
|
||||||
- "389:389"
|
|
||||||
networks:
|
|
||||||
- perplexica-network
|
|
||||||
|
|
||||||
searxng:
|
searxng:
|
||||||
image: docker.io/searxng/searxng:latest
|
image: docker.io/searxng/searxng:latest
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue