mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
refactor(global): rename uifd to portainer
This commit is contained in:
parent
364756d9fa
commit
537ee24078
36 changed files with 104 additions and 111 deletions
|
@ -1,5 +1,5 @@
|
|||
upstream dockerui {
|
||||
server dockerui:9000;
|
||||
upstream portainer {
|
||||
server portainer:9000;
|
||||
}
|
||||
|
||||
server {
|
||||
|
@ -12,6 +12,6 @@ server {
|
|||
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Connection "";
|
||||
proxy_pass http://dockerui;
|
||||
proxy_pass http://portainer;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
dockerui:
|
||||
image: cloudinovasi/ui-for-docker
|
||||
portainer:
|
||||
image: cloudinovasi/portainer
|
||||
command: -e http://<SWARM_HOST>:<SWARM_PORT>
|
||||
|
||||
nginx:
|
||||
build: .
|
||||
links:
|
||||
- dockerui
|
||||
- portainer
|
||||
ports:
|
||||
- 80:80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue