Skip to content

Commit 73d29b5

Browse files
authored
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
1 parent 2749ad6 commit 73d29b5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,10 @@ CMD ["php-fpm"]
113113
FROM caddy:${CADDY_VERSION}-builder-alpine AS symfony_caddy_builder
114114

115115
RUN xcaddy build \
116-
--with github.com/dunglas/mercure/caddy \
117-
--with github.com/dunglas/vulcain/caddy
116+
--with github.com/dunglas/mercure \
117+
--with github.com/dunglas/mercure/caddy
118+
#--with github.com/dunglas/vulcain \
119+
#--with github.com/dunglas/vulcain/caddy
118120

119121
FROM caddy:${CADDY_VERSION} AS symfony_caddy
120122

docker/caddy/Caddyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ route {
2929
# Extra directives
3030
{$MERCURE_EXTRA_DIRECTIVES}
3131
}
32-
vulcain
32+
#vulcain
3333
push
3434
php_fastcgi unix//var/run/php/php-fpm.sock
3535
encode zstd gzip

0 commit comments

Comments
 (0)