Remove databases field from app spec template in an effort to make "deploy to digitalocean" button work

This commit is contained in:
Martin Kleinschrodt 2021-08-21 09:32:32 +02:00
parent d9a084865f
commit e5164f2153
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,5 @@
name: padloc
region: fra
databases:
- name: db
envs:
- key: PL_EMAIL_SERVER
scope: RUN_TIME
@ -19,7 +17,6 @@ envs:
scope: RUN_TIME
- key: PL_DATA_STORAGE_HOST
scope: RUN_TIME
value: ${db.HOSTNAME}
- key: PL_DATA_STORAGE_TLS
scope: RUN_TIME
value: "true"