chore: remove bitwarden routing
This commit is contained in:
parent
1fcc86d445
commit
79da85378e
2 changed files with 0 additions and 6 deletions
|
@ -58,10 +58,6 @@
|
||||||
import application_base "registry" 5000
|
import application_base "registry" 5000
|
||||||
}
|
}
|
||||||
|
|
||||||
:58080 {
|
|
||||||
import application_base "bitwarden-web" 8080
|
|
||||||
}
|
|
||||||
|
|
||||||
:58082 {
|
:58082 {
|
||||||
import application_base "vault-web" 8082
|
import application_base "vault-web" 8082
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,8 +9,6 @@ ports:
|
||||||
container: 53001
|
container: 53001
|
||||||
- host: 55000
|
- host: 55000
|
||||||
container: 55000
|
container: 55000
|
||||||
- host: 58080
|
|
||||||
container: 58080
|
|
||||||
- host: 53010
|
- host: 53010
|
||||||
container: 53010
|
container: 53010
|
||||||
- host: 58112
|
- host: 58112
|
||||||
|
|
Loading…
Reference in a new issue