Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-02-17 16:45:27 +00:00
parent 5b0b06e837
commit 75dc64239a
6 changed files with 82 additions and 82 deletions
+13 -13
View File
@@ -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"
}
}
}
+13 -13
View File
@@ -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"
}
}
}
+13 -13
View File
@@ -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"
}
}
}
+13 -13
View File
@@ -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"
}
}
}
+13 -13
View File
@@ -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"
}
}
}
+17 -17
View File
@@ -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"
}
}
}