[openresty-integration] improved container names.
This commit is contained in:
parent
7b36835188
commit
ee3a6d6c14
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ services:
|
||||||
nginx-proxy:
|
nginx-proxy:
|
||||||
#image: jwilder/nginx-proxy
|
#image: jwilder/nginx-proxy
|
||||||
build: .
|
build: .
|
||||||
container_name: 0nginx-proxy
|
container_name: 0-nginx-proxy
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -12,7 +12,7 @@ services:
|
||||||
- "./nginx/lua:/usr/local/openresty/nginx/lua"
|
- "./nginx/lua:/usr/local/openresty/nginx/lua"
|
||||||
|
|
||||||
swagger-ui:
|
swagger-ui:
|
||||||
container_name: 0swagger-ui
|
container_name: 0-swagger-ui
|
||||||
image: schickling/swagger-ui
|
image: schickling/swagger-ui
|
||||||
environment:
|
environment:
|
||||||
API_URL: http://auth.presspage.dev/swagger.yml
|
API_URL: http://auth.presspage.dev/swagger.yml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue