Skip to content

Commit

Permalink
arrange bareos-webui to php-fpm docker network rockstor#94
Browse files Browse the repository at this point in the history
Our Bareos-webui container uses bareos-webui-php-fpm as its
fastcgi server via `fastcgi_pass bareos-webui-php-fpm:9000;`.
Remove director to bareos-webui-php-fpm docker network and
add dedicated bareos-webui to bareos-webui-php-fpm to enable
private use of the php-fpm by bareos-webui. Resolving a prior
failure to resolve the php-fpm containers docker name.
  • Loading branch information
phillxnet committed Aug 31, 2024
1 parent 3ba32eb commit 66d9c92
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bareos-server-set.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@
{
"name": "bareos-director-to-webui",
"source_container": "bareos-webui"
},
}
],
"bareos-webui": [
{
"name": "bareos-director-to-webui-php-fpm",
"name": "bareos-webui-to-webui-php-fpm",
"source_container": "bareos-webui-php-fpm"
}
]
Expand Down

0 comments on commit 66d9c92

Please sign in to comment.