Skip to content

Commit 3d7f6c4

Browse files
authored
fix: prevent installing another Mercure hub (dunglas#181)
1 parent 2e31a39 commit 3d7f6c4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docker-compose.override.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ services:
1717
volumes:
1818
- ./docker/caddy/Caddyfile:/etc/caddy/Caddyfile:ro
1919
- ./public:/srv/app/public:ro
20+
21+
###> symfony/mercure-bundle ###
22+
###< symfony/mercure-bundle ###

docker-compose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,13 @@ services:
5454
published: 443
5555
protocol: udp
5656

57+
# Mercure is installed as a Caddy module, prevent the Flex recipe from installing another service
58+
###> symfony/mercure-bundle ###
59+
###< symfony/mercure-bundle ###
60+
5761
volumes:
5862
php_socket:
5963
caddy_data:
6064
caddy_config:
65+
###> symfony/mercure-bundle ###
66+
###< symfony/mercure-bundle ###

0 commit comments

Comments
 (0)