Improving nextcloud env vars

This commit is contained in:
2025-12-08 10:11:29 -08:00
parent 73d6d28c69
commit c23eef3403
3 changed files with 6 additions and 9 deletions

View File

@@ -1,10 +1,6 @@
version: '3'
secrets:
nextcloud_admin_password:
file: ./nextcloud/nextcloud_admin_password
nextcloud_admin_user:
file: ./nextcloud/nextcloud_admin_user
nextcloud_postgres_db:
file: ./nextcloud/postgres_db
nextcloud_postgres_password:
@@ -64,8 +60,6 @@ services:
- nextcloud_postgres_db
- nextcloud_postgres_password
- nextcloud_postgres_user
- nextcloud_admin_user
- nextcloud_admin_password
- nextcloud_redis_password
networks:
- lb