feat: ability to set extra networks for nextcloud
needed for ldap outpost Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
77484f1944
commit
468ed34550
3 changed files with 18 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ nextcloud_image: "nextcloud:fpm"
|
|||
nextcloud_redis_image: "redis:latest"
|
||||
nextcloud_port: 80
|
||||
nextcloud_extra_hosts: []
|
||||
nextcloud_extra_networks: []
|
||||
nextcloud_allow_local_remote_servers: false # Set to true to allow requests to local network (dev only)
|
||||
|
||||
nextcloud_postgres_image: "postgres:15"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue