Skip to content

Commit 8dcf73d

Browse files
committed
minor #2305 [ux.symfony.com] Update docker compose configuration (Nek-)
This PR was merged into the 2.x branch. Discussion ---------- [ux.symfony.com] Update docker compose configuration | Q | A | ------------- | --- | Bug fix? | yes | New feature? |no <!-- please update src/**/CHANGELOG.md files --> | Issues | None | License | MIT - Mercure docker runs without the command line (actual issue there!) - Docker compose file format is now "compose.yml" - "version" field is also deprecated Commits ------- dcc0673 Update docker compose configuration
2 parents d100df4 + dcc0673 commit 8dcf73d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

ux.symfony.com/docker-compose.override.yml renamed to ux.symfony.com/compose.override.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3'
2-
31
services:
42
###> symfony/mercure-bundle ###
53
mercure:

ux.symfony.com/docker-compose.yml renamed to ux.symfony.com/compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3'
2-
31
services:
42
###> symfony/mercure-bundle ###
53
mercure:
@@ -12,8 +10,6 @@ services:
1210
# Set the URL of your Symfony project (without trailing slash!) as value of the cors_origins directive
1311
MERCURE_EXTRA_DIRECTIVES: |
1412
cors_origins https://127.0.0.1:9044
15-
# Comment the following line to disable the development mode
16-
command: /usr/bin/caddy run --config /etc/caddy/Caddyfile.dev
1713
volumes:
1814
- mercure_data:/data
1915
- mercure_config:/config

0 commit comments

Comments
 (0)