Upgrade opnform API and UI images to version 1.10.0

This commit is contained in:
alexbaron-dev 2025-10-19 15:28:08 +02:00 committed by GitHub
parent 4363fbd60c
commit c5fad13ab2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ x-shared-env: &shared-api-env
services:
opnform-api:
image: jhumanj/opnform-api:1.9.7
image: jhumanj/opnform-api:1.10.0
volumes:
- api-storage:/usr/share/nginx/html/storage
environment:
@ -77,7 +77,7 @@ services:
start_period: 60s
api-worker:
image: jhumanj/opnform-api:1.9.7
image: jhumanj/opnform-api:1.10.0
volumes:
- api-storage:/usr/share/nginx/html/storage
environment:
@ -97,7 +97,7 @@ services:
start_period: 30s
api-scheduler:
image: jhumanj/opnform-api:1.9.7
image: jhumanj/opnform-api:1.10.0
volumes:
- api-storage:/usr/share/nginx/html/storage
environment:
@ -117,7 +117,7 @@ services:
start_period: 70s # Allow time for first scheduled run and cache write
opnform-ui:
image: jhumanj/opnform-client:1.9.6
image: jhumanj/opnform-client:1.10.0
environment:
- NUXT_PUBLIC_APP_URL=/
- NUXT_PUBLIC_API_BASE=/api