remove ki data volume

This commit is contained in:
weeman 2021-09-20 19:59:56 +02:00
parent 24a81fcd2a
commit 846e4adac3
Signed by untrusted user: weeman
GPG Key ID: 34F0524D4DA694A1
1 changed files with 0 additions and 3 deletions

View File

@ -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: