Skip to content

Commit

Permalink
Merge pull request #107 from Arquisoft/105-openapi-try-out-does-not-w…
Browse files Browse the repository at this point in the history
…ork-when-deployed

105 openapi try out does not work when deployed
  • Loading branch information
uo289267 authored Apr 18, 2024
2 parents 099084d + 47cb8df commit 13399cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
prometheus:
image: prom/prometheus
container_name: prometheus-${teamname:-defaultASW}
profiles: ["dev"]
profiles: ["dev", "prod"]
networks:
- mynetwork
volumes:
Expand All @@ -127,7 +127,7 @@
grafana:
image: grafana/grafana
container_name: grafana-${teamname:-defaultASW}
profiles: ["dev"]
profiles: ["dev", "prod"]
networks:
- mynetwork
volumes:
Expand Down
2 changes: 1 addition & 1 deletion gatewayservice/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ info:
servers:
- url: http://localhost:8000
description: Development server
- url: http://172.203.216.60:8000
- url: http://wiqen1b.serveminecraft.net:8000
description: Production server
paths:
/adduser:
Expand Down

0 comments on commit 13399cd

Please sign in to comment.