remove ki data volume
This commit is contained in:
parent
24a81fcd2a
commit
846e4adac3
@ -4,7 +4,6 @@ networks:
|
||||
ki:
|
||||
|
||||
volumes:
|
||||
ki_data:
|
||||
ki_db:
|
||||
|
||||
services:
|
||||
@ -25,8 +24,6 @@ services:
|
||||
KI_LDAP_AUTH_PASSWORD: "{{ ki_ldap_auth_password }}"
|
||||
KI_LDAP_BASE_DN: "{{ ki_ldap_base_dn }}"
|
||||
CORS_ORIGINS: "{{ ki_frontend_uri }}"
|
||||
volumes:
|
||||
- ki_data:/app/data/
|
||||
ports:
|
||||
- "{{ ki_backend_port }}:5000"
|
||||
frontend:
|
||||
|
Loading…
Reference in New Issue
Block a user