mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Add place holder for injecting UAA host
As this is for tile deployment only, so add a shortcut for tile/bosh script to add entry in /etc/hosts inside the container. Due to effort consideration I don't think we want to render docker-compose in `prepare` script.
This commit is contained in:
parent
5e5c0d4556
commit
5975e6b964
@ -80,6 +80,8 @@ services:
|
||||
- /data/secretkey:/etc/ui/key:z
|
||||
- /data/ca_download/:/etc/ui/ca/:z
|
||||
- /data/psc/:/etc/ui/token/:z
|
||||
extra_hosts:
|
||||
- "PKS_UAA_HOST:127.0.0.1"
|
||||
networks:
|
||||
- harbor
|
||||
depends_on:
|
||||
|
Loading…
Reference in New Issue
Block a user