diff --git a/doctrine/doctrine-bundle/1.12/manifest.json b/doctrine/doctrine-bundle/1.12/manifest.json index 69861a68..062aed0e 100644 --- a/doctrine/doctrine-bundle/1.12/manifest.json +++ b/doctrine/doctrine-bundle/1.12/manifest.json @@ -24,24 +24,24 @@ "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:"] }, "docker-compose.override.yml": { "services": [ "database:", - " ports:", - " - \"5432\"" + " ports:", + " - \"5432\"" ] } } diff --git a/doctrine/doctrine-bundle/1.6/manifest.json b/doctrine/doctrine-bundle/1.6/manifest.json index 69861a68..062aed0e 100644 --- a/doctrine/doctrine-bundle/1.6/manifest.json +++ b/doctrine/doctrine-bundle/1.6/manifest.json @@ -24,24 +24,24 @@ "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:"] }, "docker-compose.override.yml": { "services": [ "database:", - " ports:", - " - \"5432\"" + " ports:", + " - \"5432\"" ] } } diff --git a/doctrine/doctrine-bundle/2.0/manifest.json b/doctrine/doctrine-bundle/2.0/manifest.json index 69861a68..062aed0e 100644 --- a/doctrine/doctrine-bundle/2.0/manifest.json +++ b/doctrine/doctrine-bundle/2.0/manifest.json @@ -24,24 +24,24 @@ "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:"] }, "docker-compose.override.yml": { "services": [ "database:", - " ports:", - " - \"5432\"" + " ports:", + " - \"5432\"" ] } } diff --git a/doctrine/doctrine-bundle/2.3/manifest.json b/doctrine/doctrine-bundle/2.3/manifest.json index f80080de..9516b217 100644 --- a/doctrine/doctrine-bundle/2.3/manifest.json +++ b/doctrine/doctrine-bundle/2.3/manifest.json @@ -24,24 +24,24 @@ "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:"] }, "docker-compose.override.yml": { "services": [ "database:", - " ports:", - " - \"5432\"" + " ports:", + " - \"5432\"" ] } } diff --git a/doctrine/doctrine-bundle/2.4/manifest.json b/doctrine/doctrine-bundle/2.4/manifest.json index bc1ff97f..407a92cc 100644 --- a/doctrine/doctrine-bundle/2.4/manifest.json +++ b/doctrine/doctrine-bundle/2.4/manifest.json @@ -24,24 +24,24 @@ "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:"] }, "docker-compose.override.yml": { "services": [ "database:", - " ports:", - " - \"5432\"" + " ports:", + " - \"5432\"" ] } }, diff --git a/symfony/mercure-bundle/0.3/manifest.json b/symfony/mercure-bundle/0.3/manifest.json index a75c314d..cd7eac5d 100644 --- a/symfony/mercure-bundle/0.3/manifest.json +++ b/symfony/mercure-bundle/0.3/manifest.json @@ -18,28 +18,28 @@ "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:", "mercure_config:"] }, "docker-compose.override.yml": { "services": [ "mercure:", - " ports:", - " - \"80\"" + " ports:", + " - \"80\"" ] } },