Skip to content
Snippets Groups Projects
Verified Commit 2477aa31 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Initial swagger setup

parent 472e9f76
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -123,6 +123,15 @@ services:
- '35730:35730'
- '8001:8001'
api-docs:
image: swaggerapi/swagger-ui
environment:
- "API_URL=/swagger.yml"
ports:
- '8002:8080'
volumes:
- "./api/docs/swagger.yml:/usr/share/nginx/html/swagger.yml"
networks:
internal:
federation:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment