diff --git a/doctrine.doctrine-bundle.1.12.json b/doctrine.doctrine-bundle.1.12.json index 81ab71aa..c2802ac3 100644 --- a/doctrine.doctrine-bundle.1.12.json +++ b/doctrine.doctrine-bundle.1.12.json @@ -29,16 +29,16 @@ "docker-compose.yml": { "services": [ "database:", - " image: postgres:${POSTGRES_VERSION:-13}-alpine", - " environment:", - " POSTGRES_DB: ${POSTGRES_DB:-app}", - " # You should definitely change the password in production", - " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}", - " POSTGRES_USER: ${POSTGRES_USER:-symfony}", - " volumes:", - " - db-data:/var/lib/postgresql/data:rw", - " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", - " # - ./docker/db/data:/var/lib/postgresql/data:rw" + " image: postgres:${POSTGRES_VERSION:-13}-alpine", + " environment:", + " POSTGRES_DB: ${POSTGRES_DB:-app}", + " # You should definitely change the password in production", + " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}", + " POSTGRES_USER: ${POSTGRES_USER:-symfony}", + " volumes:", + " - db-data:/var/lib/postgresql/data:rw", + " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", + " # - ./docker/db/data:/var/lib/postgresql/data:rw" ], "volumes": [ "db-data:" @@ -47,8 +47,8 @@ "docker-compose.override.yml": { "services": [ "database:", - " ports:", - " - \"5432\"" + " ports:", + " - \"5432\"" ] } }, @@ -131,7 +131,7 @@ "executable": false } }, - "ref": "730b71ffa69d6052f3f4b39e71f37cc0880ab446" + "ref": "3cc0efdb85531c72c2b25cbb41eec849a279aa64" } } } diff --git a/doctrine.doctrine-bundle.1.6.json b/doctrine.doctrine-bundle.1.6.json index fa34a3d7..6a1cd25e 100644 --- a/doctrine.doctrine-bundle.1.6.json +++ b/doctrine.doctrine-bundle.1.6.json @@ -29,16 +29,16 @@ "docker-compose.yml": { "services": [ "database:", - " image: postgres:${POSTGRES_VERSION:-13}-alpine", - " environment:", - " POSTGRES_DB: ${POSTGRES_DB:-app}", - " # You should definitely change the password in production", - " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}", - " POSTGRES_USER: ${POSTGRES_USER:-symfony}", - " volumes:", - " - db-data:/var/lib/postgresql/data:rw", - " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", - " # - ./docker/db/data:/var/lib/postgresql/data:rw" + " image: postgres:${POSTGRES_VERSION:-13}-alpine", + " environment:", + " POSTGRES_DB: ${POSTGRES_DB:-app}", + " # You should definitely change the password in production", + " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}", + " POSTGRES_USER: ${POSTGRES_USER:-symfony}", + " volumes:", + " - db-data:/var/lib/postgresql/data:rw", + " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", + " # - ./docker/db/data:/var/lib/postgresql/data:rw" ], "volumes": [ "db-data:" @@ -47,8 +47,8 @@ "docker-compose.override.yml": { "services": [ "database:", - " ports:", - " - \"5432\"" + " ports:", + " - \"5432\"" ] } }, @@ -140,7 +140,7 @@ "executable": false } }, - "ref": "c15274e97f107884884348d56e6414fd261ea952" + "ref": "e4fc55e8adf9aa89d9bba8f5a95669d33a16cb00" } } } diff --git a/doctrine.doctrine-bundle.2.0.json b/doctrine.doctrine-bundle.2.0.json index e78bde85..61cd9241 100644 --- a/doctrine.doctrine-bundle.2.0.json +++ b/doctrine.doctrine-bundle.2.0.json @@ -29,16 +29,16 @@ "docker-compose.yml": { "services": [ "database:", - " image: postgres:${POSTGRES_VERSION:-13}-alpine", - " environment:", - " POSTGRES_DB: ${POSTGRES_DB:-app}", - " # You should definitely change the password in production", - " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}", - " POSTGRES_USER: ${POSTGRES_USER:-symfony}", - " volumes:", - " - db-data:/var/lib/postgresql/data:rw", - " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", - " # - ./docker/db/data:/var/lib/postgresql/data:rw" + " image: postgres:${POSTGRES_VERSION:-13}-alpine", + " environment:", + " POSTGRES_DB: ${POSTGRES_DB:-app}", + " # You should definitely change the password in production", + " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}", + " POSTGRES_USER: ${POSTGRES_USER:-symfony}", + " volumes:", + " - db-data:/var/lib/postgresql/data:rw", + " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", + " # - ./docker/db/data:/var/lib/postgresql/data:rw" ], "volumes": [ "db-data:" @@ -47,8 +47,8 @@ "docker-compose.override.yml": { "services": [ "database:", - " ports:", - " - \"5432\"" + " ports:", + " - \"5432\"" ] } }, @@ -123,7 +123,7 @@ "executable": false } }, - "ref": "b89df888c196b13bf6689b3ee454f0249f61ea0b" + "ref": "c3d09597f211294e75b221b1d97a9c22f74957e1" } } } diff --git a/doctrine.doctrine-bundle.2.3.json b/doctrine.doctrine-bundle.2.3.json index 00205cc4..e9b4d823 100644 --- a/doctrine.doctrine-bundle.2.3.json +++ b/doctrine.doctrine-bundle.2.3.json @@ -29,16 +29,16 @@ "docker-compose.yml": { "services": [ "database:", - " image: postgres:${POSTGRES_VERSION:-13}-alpine", - " environment:", - " POSTGRES_DB: ${POSTGRES_DB:-app}", - " # You should definitely change the password in production", - " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}", - " POSTGRES_USER: ${POSTGRES_USER:-symfony}", - " volumes:", - " - db-data:/var/lib/postgresql/data:rw", - " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", - " # - ./docker/db/data:/var/lib/postgresql/data:rw" + " image: postgres:${POSTGRES_VERSION:-13}-alpine", + " environment:", + " POSTGRES_DB: ${POSTGRES_DB:-app}", + " # You should definitely change the password in production", + " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}", + " POSTGRES_USER: ${POSTGRES_USER:-symfony}", + " volumes:", + " - db-data:/var/lib/postgresql/data:rw", + " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", + " # - ./docker/db/data:/var/lib/postgresql/data:rw" ], "volumes": [ "db-data:" @@ -47,8 +47,8 @@ "docker-compose.override.yml": { "services": [ "database:", - " ports:", - " - \"5432\"" + " ports:", + " - \"5432\"" ] } }, @@ -130,7 +130,7 @@ "executable": false } }, - "ref": "8e47b982a56d02bc8d170b6b0d7a8d8a258f7db4" + "ref": "52eabf77a390fe5a12a589d74d8f2a31f60ad013" } } } diff --git a/doctrine.doctrine-bundle.2.4.json b/doctrine.doctrine-bundle.2.4.json index 65504eee..ba29d366 100644 --- a/doctrine.doctrine-bundle.2.4.json +++ b/doctrine.doctrine-bundle.2.4.json @@ -29,16 +29,16 @@ "docker-compose.yml": { "services": [ "database:", - " image: postgres:${POSTGRES_VERSION:-13}-alpine", - " environment:", - " POSTGRES_DB: ${POSTGRES_DB:-app}", - " # You should definitely change the password in production", - " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}", - " POSTGRES_USER: ${POSTGRES_USER:-symfony}", - " volumes:", - " - db-data:/var/lib/postgresql/data:rw", - " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", - " # - ./docker/db/data:/var/lib/postgresql/data:rw" + " image: postgres:${POSTGRES_VERSION:-13}-alpine", + " environment:", + " POSTGRES_DB: ${POSTGRES_DB:-app}", + " # You should definitely change the password in production", + " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}", + " POSTGRES_USER: ${POSTGRES_USER:-symfony}", + " volumes:", + " - db-data:/var/lib/postgresql/data:rw", + " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", + " # - ./docker/db/data:/var/lib/postgresql/data:rw" ], "volumes": [ "db-data:" @@ -47,8 +47,8 @@ "docker-compose.override.yml": { "services": [ "database:", - " ports:", - " - \"5432\"" + " ports:", + " - \"5432\"" ] } }, @@ -124,7 +124,7 @@ "executable": false } }, - "ref": "22ec8d438f54a58f50cb5a9c868af31434f2d1e1" + "ref": "ddddd8249dd55bbda16fa7a45bb7499ef6f8e90e" } } } diff --git a/symfony.mercure-bundle.0.3.json b/symfony.mercure-bundle.0.3.json index d5f99dfe..97d43635 100644 --- a/symfony.mercure-bundle.0.3.json +++ b/symfony.mercure-bundle.0.3.json @@ -23,20 +23,20 @@ "docker-compose.yml": { "services": [ "mercure:", - " image: dunglas/mercure", - " restart: unless-stopped", - " environment:", - " SERVER_NAME: ':80'", - " MERCURE_PUBLISHER_JWT_KEY: '!ChangeMe!'", - " MERCURE_SUBSCRIBER_JWT_KEY: '!ChangeMe!'", - " # Set the URL of your Symfony project (without trailing slash!) as value of the cors_origins directive", - " MERCURE_EXTRA_DIRECTIVES: |", - " cors_origins http://127.0.0.1:8000", - " # Comment the following line to disable the development mode", - " command: /usr/bin/caddy run -config /etc/caddy/Caddyfile.dev", - " volumes:", - " - mercure_data:/data", - " - mercure_config:/config" + " image: dunglas/mercure", + " restart: unless-stopped", + " environment:", + " SERVER_NAME: ':80'", + " MERCURE_PUBLISHER_JWT_KEY: '!ChangeMe!'", + " MERCURE_SUBSCRIBER_JWT_KEY: '!ChangeMe!'", + " # Set the URL of your Symfony project (without trailing slash!) as value of the cors_origins directive", + " MERCURE_EXTRA_DIRECTIVES: |", + " cors_origins http://127.0.0.1:8000", + " # Comment the following line to disable the development mode", + " command: /usr/bin/caddy run -config /etc/caddy/Caddyfile.dev", + " volumes:", + " - mercure_data:/data", + " - mercure_config:/config" ], "volumes": [ "mercure_data:", @@ -46,8 +46,8 @@ "docker-compose.override.yml": { "services": [ "mercure:", - " ports:", - " - \"80\"" + " ports:", + " - \"80\"" ] } } @@ -68,7 +68,7 @@ "executable": false } }, - "ref": "d1f7dde25c70478a732095b966d34c640e8dae74" + "ref": "e0a854b5439186e04b28fb8887b42c54f24a0d32" } } }