Skip to content

Commit

Permalink
[NS-66] - Changing to docker deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Narvane committed Apr 23, 2024
1 parent 349a43e commit d5e42e4
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/main/resources/application-docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
server:
servlet:
context-path: /
spring:
application:
name: gateway
data:
mongodb:
uri: mongodb://mongodb/my-user
jwt:
secret: ab62914d977e2a6345493158d581a08a9f0c4823cdbde31b182a2e9d620084b1
expiration:
time: 20400

springdoc:
enable-native-support: true
api-docs:
enabled: true
swagger-ui:
enabled: true
path: /swagger-ui.html
config-url: /v3/api-docs/swagger-config
urls:
- url: /v3/api-docs
name: API Gateway Service
display-name: API Gateway Service
- url: /my-storage/v3/api-docs
name: MyStorage Service
display-name: MyStorage Service
services:
my-storage:
host: http://my-storage-service

0 comments on commit d5e42e4

Please sign in to comment.