Skip to content

Commit ff11f17

Browse files
Update spacing of doctrine yml files (#1018)
1 parent 946dda8 commit ff11f17

File tree

6 files changed

+76
-76
lines changed

6 files changed

+76
-76
lines changed

doctrine/doctrine-bundle/1.12/manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,24 @@
2424
"docker-compose.yml": {
2525
"services": [
2626
"database:",
27-
" image: postgres:${POSTGRES_VERSION:-13}-alpine",
28-
" environment:",
29-
" POSTGRES_DB: ${POSTGRES_DB:-app}",
30-
" # You should definitely change the password in production",
31-
" POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}",
32-
" POSTGRES_USER: ${POSTGRES_USER:-symfony}",
33-
" volumes:",
34-
" - db-data:/var/lib/postgresql/data:rw",
35-
" # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!",
36-
" # - ./docker/db/data:/var/lib/postgresql/data:rw"
27+
" image: postgres:${POSTGRES_VERSION:-13}-alpine",
28+
" environment:",
29+
" POSTGRES_DB: ${POSTGRES_DB:-app}",
30+
" # You should definitely change the password in production",
31+
" POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}",
32+
" POSTGRES_USER: ${POSTGRES_USER:-symfony}",
33+
" volumes:",
34+
" - db-data:/var/lib/postgresql/data:rw",
35+
" # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!",
36+
" # - ./docker/db/data:/var/lib/postgresql/data:rw"
3737
],
3838
"volumes": ["db-data:"]
3939
},
4040
"docker-compose.override.yml": {
4141
"services": [
4242
"database:",
43-
" ports:",
44-
" - \"5432\""
43+
" ports:",
44+
" - \"5432\""
4545
]
4646
}
4747
}

doctrine/doctrine-bundle/1.6/manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,24 @@
2424
"docker-compose.yml": {
2525
"services": [
2626
"database:",
27-
" image: postgres:${POSTGRES_VERSION:-13}-alpine",
28-
" environment:",
29-
" POSTGRES_DB: ${POSTGRES_DB:-app}",
30-
" # You should definitely change the password in production",
31-
" POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}",
32-
" POSTGRES_USER: ${POSTGRES_USER:-symfony}",
33-
" volumes:",
34-
" - db-data:/var/lib/postgresql/data:rw",
35-
" # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!",
36-
" # - ./docker/db/data:/var/lib/postgresql/data:rw"
27+
" image: postgres:${POSTGRES_VERSION:-13}-alpine",
28+
" environment:",
29+
" POSTGRES_DB: ${POSTGRES_DB:-app}",
30+
" # You should definitely change the password in production",
31+
" POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}",
32+
" POSTGRES_USER: ${POSTGRES_USER:-symfony}",
33+
" volumes:",
34+
" - db-data:/var/lib/postgresql/data:rw",
35+
" # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!",
36+
" # - ./docker/db/data:/var/lib/postgresql/data:rw"
3737
],
3838
"volumes": ["db-data:"]
3939
},
4040
"docker-compose.override.yml": {
4141
"services": [
4242
"database:",
43-
" ports:",
44-
" - \"5432\""
43+
" ports:",
44+
" - \"5432\""
4545
]
4646
}
4747
}

doctrine/doctrine-bundle/2.0/manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,24 @@
2424
"docker-compose.yml": {
2525
"services": [
2626
"database:",
27-
" image: postgres:${POSTGRES_VERSION:-13}-alpine",
28-
" environment:",
29-
" POSTGRES_DB: ${POSTGRES_DB:-app}",
30-
" # You should definitely change the password in production",
31-
" POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}",
32-
" POSTGRES_USER: ${POSTGRES_USER:-symfony}",
33-
" volumes:",
34-
" - db-data:/var/lib/postgresql/data:rw",
35-
" # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!",
36-
" # - ./docker/db/data:/var/lib/postgresql/data:rw"
27+
" image: postgres:${POSTGRES_VERSION:-13}-alpine",
28+
" environment:",
29+
" POSTGRES_DB: ${POSTGRES_DB:-app}",
30+
" # You should definitely change the password in production",
31+
" POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}",
32+
" POSTGRES_USER: ${POSTGRES_USER:-symfony}",
33+
" volumes:",
34+
" - db-data:/var/lib/postgresql/data:rw",
35+
" # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!",
36+
" # - ./docker/db/data:/var/lib/postgresql/data:rw"
3737
],
3838
"volumes": ["db-data:"]
3939
},
4040
"docker-compose.override.yml": {
4141
"services": [
4242
"database:",
43-
" ports:",
44-
" - \"5432\""
43+
" ports:",
44+
" - \"5432\""
4545
]
4646
}
4747
}

doctrine/doctrine-bundle/2.3/manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,24 @@
2424
"docker-compose.yml": {
2525
"services": [
2626
"database:",
27-
" image: postgres:${POSTGRES_VERSION:-13}-alpine",
28-
" environment:",
29-
" POSTGRES_DB: ${POSTGRES_DB:-app}",
30-
" # You should definitely change the password in production",
31-
" POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}",
32-
" POSTGRES_USER: ${POSTGRES_USER:-symfony}",
33-
" volumes:",
34-
" - db-data:/var/lib/postgresql/data:rw",
35-
" # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!",
36-
" # - ./docker/db/data:/var/lib/postgresql/data:rw"
27+
" image: postgres:${POSTGRES_VERSION:-13}-alpine",
28+
" environment:",
29+
" POSTGRES_DB: ${POSTGRES_DB:-app}",
30+
" # You should definitely change the password in production",
31+
" POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}",
32+
" POSTGRES_USER: ${POSTGRES_USER:-symfony}",
33+
" volumes:",
34+
" - db-data:/var/lib/postgresql/data:rw",
35+
" # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!",
36+
" # - ./docker/db/data:/var/lib/postgresql/data:rw"
3737
],
3838
"volumes": ["db-data:"]
3939
},
4040
"docker-compose.override.yml": {
4141
"services": [
4242
"database:",
43-
" ports:",
44-
" - \"5432\""
43+
" ports:",
44+
" - \"5432\""
4545
]
4646
}
4747
}

doctrine/doctrine-bundle/2.4/manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,24 @@
2424
"docker-compose.yml": {
2525
"services": [
2626
"database:",
27-
" image: postgres:${POSTGRES_VERSION:-13}-alpine",
28-
" environment:",
29-
" POSTGRES_DB: ${POSTGRES_DB:-app}",
30-
" # You should definitely change the password in production",
31-
" POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}",
32-
" POSTGRES_USER: ${POSTGRES_USER:-symfony}",
33-
" volumes:",
34-
" - db-data:/var/lib/postgresql/data:rw",
35-
" # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!",
36-
" # - ./docker/db/data:/var/lib/postgresql/data:rw"
27+
" image: postgres:${POSTGRES_VERSION:-13}-alpine",
28+
" environment:",
29+
" POSTGRES_DB: ${POSTGRES_DB:-app}",
30+
" # You should definitely change the password in production",
31+
" POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ChangeMe}",
32+
" POSTGRES_USER: ${POSTGRES_USER:-symfony}",
33+
" volumes:",
34+
" - db-data:/var/lib/postgresql/data:rw",
35+
" # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!",
36+
" # - ./docker/db/data:/var/lib/postgresql/data:rw"
3737
],
3838
"volumes": ["db-data:"]
3939
},
4040
"docker-compose.override.yml": {
4141
"services": [
4242
"database:",
43-
" ports:",
44-
" - \"5432\""
43+
" ports:",
44+
" - \"5432\""
4545
]
4646
}
4747
},

symfony/mercure-bundle/0.3/manifest.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@
1818
"docker-compose.yml": {
1919
"services": [
2020
"mercure:",
21-
" image: dunglas/mercure",
22-
" restart: unless-stopped",
23-
" environment:",
24-
" SERVER_NAME: ':80'",
25-
" MERCURE_PUBLISHER_JWT_KEY: '!ChangeMe!'",
26-
" MERCURE_SUBSCRIBER_JWT_KEY: '!ChangeMe!'",
27-
" # Set the URL of your Symfony project (without trailing slash!) as value of the cors_origins directive",
28-
" MERCURE_EXTRA_DIRECTIVES: |",
29-
" cors_origins http://127.0.0.1:8000",
30-
" # Comment the following line to disable the development mode",
31-
" command: /usr/bin/caddy run -config /etc/caddy/Caddyfile.dev",
32-
" volumes:",
33-
" - mercure_data:/data",
34-
" - mercure_config:/config"
21+
" image: dunglas/mercure",
22+
" restart: unless-stopped",
23+
" environment:",
24+
" SERVER_NAME: ':80'",
25+
" MERCURE_PUBLISHER_JWT_KEY: '!ChangeMe!'",
26+
" MERCURE_SUBSCRIBER_JWT_KEY: '!ChangeMe!'",
27+
" # Set the URL of your Symfony project (without trailing slash!) as value of the cors_origins directive",
28+
" MERCURE_EXTRA_DIRECTIVES: |",
29+
" cors_origins http://127.0.0.1:8000",
30+
" # Comment the following line to disable the development mode",
31+
" command: /usr/bin/caddy run -config /etc/caddy/Caddyfile.dev",
32+
" volumes:",
33+
" - mercure_data:/data",
34+
" - mercure_config:/config"
3535
],
3636
"volumes": ["mercure_data:", "mercure_config:"]
3737
},
3838
"docker-compose.override.yml": {
3939
"services": [
4040
"mercure:",
41-
" ports:",
42-
" - \"80\""
41+
" ports:",
42+
" - \"80\""
4343
]
4444
}
4545
},

0 commit comments

Comments
 (0)