Fix UI image type (#516)
Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
parent
6fca106df1
commit
797c1ceab5
|
|
@ -30,7 +30,7 @@ services:
|
||||||
command: ./artisan queue:work
|
command: ./artisan queue:work
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
image: jhumanj/opnform-ui:latest
|
image: jhumanj/opnform-client:latest
|
||||||
environment:
|
environment:
|
||||||
NUXT_PUBLIC_APP_URL: ${NUXT_PUBLIC_APP_URL:-/}
|
NUXT_PUBLIC_APP_URL: ${NUXT_PUBLIC_APP_URL:-/}
|
||||||
NUXT_PUBLIC_API_BASE: ${NUXT_PUBLIC_API_BASE:-/api}
|
NUXT_PUBLIC_API_BASE: ${NUXT_PUBLIC_API_BASE:-/api}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue