mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-17 23:38:30 +00:00
Update docker-compose.yaml
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user