added url
This commit is contained in:
@@ -49,6 +49,7 @@ services:
|
|||||||
- ./openapi.yml:/usr/local/openapi.yml
|
- ./openapi.yml:/usr/local/openapi.yml
|
||||||
environment:
|
environment:
|
||||||
- SWAGGER_JSON=/usr/local/openapi.yml
|
- SWAGGER_JSON=/usr/local/openapi.yml
|
||||||
|
- SWAGGER_JSON_URL=openapi.yml
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- digifi-net
|
- digifi-net
|
||||||
|
|||||||
@@ -17,6 +17,10 @@ servers:
|
|||||||
description: Remote Temporary development server
|
description: Remote Temporary development server
|
||||||
- url: https://event-core.simbrellang.net
|
- url: https://event-core.simbrellang.net
|
||||||
description: Remote development server
|
description: Remote development server
|
||||||
|
- url: http://10.2.249.133:5000
|
||||||
|
description: Internal development server
|
||||||
|
- url: http://10.2.249.133:5000
|
||||||
|
description: FBN development server
|
||||||
|
|
||||||
paths:
|
paths:
|
||||||
/health:
|
/health:
|
||||||
|
|||||||
Reference in New Issue
Block a user