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