Skip to content

Commit

Permalink
Fix local application readiness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
patschilf committed Jul 4, 2023
1 parent e2ed0f4 commit 90206fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .dockworker/dockworker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dockworker:
framework:
name: Nuxt
version: 3
startup_finished_marker: '99_zz_notify_user_URI'
startup_finished_marker: '99_startup_sequence_complete'
endpoint:
name: http
port: 80
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
env_file:
- ./env/mongo.env
networks:
- unbgeology-lib-unb-ca
- unbgeology.lib.unb.ca

unbgeology-lib-unb-ca:
build:
Expand Down Expand Up @@ -39,7 +39,7 @@ services:
env_file:
- ./env/nuxt.env
networks:
- unbgeology-lib-unb-ca
- unbgeology.lib.unb.ca
ports:
- 3118:80
- 31180:31180
Expand All @@ -51,11 +51,11 @@ services:
env_file:
- ./env/saml.env
networks:
- unbgeology-lib-unb-ca
- unbgeology.lib.unb.ca
ports:
- 6118:8080
- 61180:8443

networks:
unbgeology-lib-unb-ca:
name: unbgeology-lib-unb-ca
unbgeology.lib.unb.ca:
name: unbgeology.lib.unb.ca

0 comments on commit 90206fd

Please sign in to comment.