Skip to content

Commit

Permalink
add bareos-webui-php-fpm-to-director docker network rockstor#94
Browse files Browse the repository at this point in the history
It appears that we need this network in order that the PHP
code this container carries can also resolve our director.
We have a current limitation regarding unique `source_container`
network config entries, which prevents us from simply having
`bareos-webui-php-fpm` as an additional source_container entry
in the "bareos-director" network. This was encountered when adding
the bareos-webui network.
  • Loading branch information
phillxnet committed Sep 8, 2024
1 parent 66d9c92 commit 450cda2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bareos-server-set.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"name": "bareos-webui-to-webui-php-fpm",
"source_container": "bareos-webui-php-fpm"
}
],
"bareos-webui-php-fpm": [
{
"name": "bareos-webui-php-fpm-to-director",
"source_container": "bareos-director"
}
]
},
"containers": {
Expand Down

0 comments on commit 450cda2

Please sign in to comment.