Skip to content

Commit

Permalink
Update Middleware config location
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Jan 7, 2025
1 parent f91c77f commit c4ce297
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/stepupmiddleware/tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
- source: /opt/openconext/middleware/parameters.yaml
target: /var/www/html/config/parameters.yaml
type: bind
- source: /opt/openconext/middleware
target: /var/www/html/config/openconext
type: bind
healthcheck:
test: ["CMD", "curl", "--fail" , "http://localhost/health" ]
interval: 10s
Expand Down

0 comments on commit c4ce297

Please sign in to comment.