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
|
||||
|
||||
RUN xcaddy build \
|
||||
--with github.com/dunglas/mercure/caddy \
|
||||
--with github.com/dunglas/vulcain/caddy
|
||||
--with github.com/dunglas/mercure \
|
||||
--with github.com/dunglas/mercure/caddy
|
||||
#--with github.com/dunglas/vulcain \
|
||||
#--with github.com/dunglas/vulcain/caddy
|
||||
|
||||
FROM caddy:${CADDY_VERSION} AS symfony_caddy
|
||||
|
||||
|
@ -29,7 +29,7 @@ route {
|
||||
# Extra directives
|
||||
{$MERCURE_EXTRA_DIRECTIVES}
|
||||
}
|
||||
vulcain
|
||||
#vulcain
|
||||
push
|
||||
php_fastcgi unix//var/run/php/php-fpm.sock
|
||||
encode zstd gzip
|
||||
|
Loading…
x
Reference in New Issue
Block a user