replace mariadb with postgresql

load postgres and nextcloud db config from secrets to auto-configure
This commit is contained in:
2022-01-31 21:30:08 +00:00
parent 57a0f09110
commit 4193d7ac4b
5 changed files with 39 additions and 20 deletions

View File

@ -4,8 +4,8 @@ VOLUME_PATH=/data/nextcloud
# nextcloud
NEXTCLOUD_TAG=23-apache
# mariadb
MARIADB_TAG=10
# postgres
POSTGRES_TAG=14
# nginx
NGINX_HOST=localhost # REPLACE