Skip to content

Commit

Permalink
Merge branch 'main' into auth-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
domi-b committed Sep 2, 2024
2 parents 8c8ffd0 + af3cf3a commit 1a95c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
image: ghcr.io/geowerkstatt/interlis-check-service:latest
restart: unless-stopped
ports:
- 3080:80
- 3080:8080

geopilot:
build:
Expand All @@ -68,7 +68,7 @@ services:
Auth__AuthorizationUrl: http://localhost:4011/realms/geopilot/protocol/openid-connect/auth
Auth__TokenUrl: http://localhost:4011/realms/geopilot/protocol/openid-connect/token
Auth__ApiOrigin: http://localhost:5173
Validation__InterlisCheckServiceUrl: http://interlis-check-service/
Validation__InterlisCheckServiceUrl: http://interlis-check-service:8080/
volumes:
- ./src/Geopilot.Api/Uploads:/uploads
- ./src/Geopilot.Api/Persistent:/assets
Expand Down

0 comments on commit 1a95c08

Please sign in to comment.