fix: ensure that the latest version of Mercure and Vulcain are always used. (#131)
* fix: ensure that the latest version of Mercure and Vulcain are always used * fix: temporarily disable Vulcain
This commit is contained in:
parent
2749ad62e3
commit
73d29b5723
@ -113,8 +113,10 @@ CMD ["php-fpm"]
|
|||||||
FROM caddy:${CADDY_VERSION}-builder-alpine AS symfony_caddy_builder
|
FROM caddy:${CADDY_VERSION}-builder-alpine AS symfony_caddy_builder
|
||||||
|
|
||||||
RUN xcaddy build \
|
RUN xcaddy build \
|
||||||
--with github.com/dunglas/mercure/caddy \
|
--with github.com/dunglas/mercure \
|
||||||
--with github.com/dunglas/vulcain/caddy
|
--with github.com/dunglas/mercure/caddy
|
||||||
|
#--with github.com/dunglas/vulcain \
|
||||||
|
#--with github.com/dunglas/vulcain/caddy
|
||||||
|
|
||||||
FROM caddy:${CADDY_VERSION} AS symfony_caddy
|
FROM caddy:${CADDY_VERSION} AS symfony_caddy
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ route {
|
|||||||
# Extra directives
|
# Extra directives
|
||||||
{$MERCURE_EXTRA_DIRECTIVES}
|
{$MERCURE_EXTRA_DIRECTIVES}
|
||||||
}
|
}
|
||||||
vulcain
|
#vulcain
|
||||||
push
|
push
|
||||||
php_fastcgi unix//var/run/php/php-fpm.sock
|
php_fastcgi unix//var/run/php/php-fpm.sock
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user