mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-14 22:05:18 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d19de48ca |
@@ -71,9 +71,6 @@ up *args: init
|
||||
set +a
|
||||
docker compose up -d {{ args }}
|
||||
|
||||
compose *args:
|
||||
docker compose {{ args }}
|
||||
|
||||
down *args:
|
||||
docker compose down --remove-orphans {{ args }}
|
||||
|
||||
|
||||
+1
-19
@@ -12,7 +12,6 @@ services:
|
||||
- ./frankenphp/conf.d/20-app.dev.ini:/usr/local/etc/php/app.conf.d/20-app.dev.ini:ro
|
||||
- ${CADDY_DATA_DIR:-./frankenphp/data}:/data
|
||||
- sass:/app/var/sass
|
||||
- typescript:/app/var/typescript
|
||||
environment:
|
||||
MERCURE_EXTRA_DIRECTIVES: demo
|
||||
# See https://xdebug.org/docs/all_settings#mode
|
||||
@@ -50,23 +49,7 @@ services:
|
||||
- -v
|
||||
healthcheck:
|
||||
disable: true
|
||||
|
||||
typescript:
|
||||
image: ${IMAGES_PREFIX:-}app-php
|
||||
volumes:
|
||||
- ./:/app:ro
|
||||
- typescript:/app/var/typescript
|
||||
entrypoint: ''
|
||||
depends_on:
|
||||
- php
|
||||
command:
|
||||
- bin/console
|
||||
- typescript:build
|
||||
- --watch
|
||||
- -v
|
||||
healthcheck:
|
||||
disable: true
|
||||
|
||||
|
||||
###> symfony/mercure-bundle ###
|
||||
###< symfony/mercure-bundle ###
|
||||
|
||||
@@ -94,4 +77,3 @@ services:
|
||||
|
||||
volumes:
|
||||
sass:
|
||||
typescript:
|
||||
|
||||
Generated
+6
-6
@@ -1550,16 +1550,16 @@
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/psr7",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/psr7.git",
|
||||
"reference": "51e27f9e2b332ab3e72f4520d5ff4f3c68c3577c"
|
||||
"reference": "9365d578a9fd1552ad6ca9c3cb530708526feb09"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/51e27f9e2b332ab3e72f4520d5ff4f3c68c3577c",
|
||||
"reference": "51e27f9e2b332ab3e72f4520d5ff4f3c68c3577c",
|
||||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/9365d578a9fd1552ad6ca9c3cb530708526feb09",
|
||||
"reference": "9365d578a9fd1552ad6ca9c3cb530708526feb09",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1649,7 +1649,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/guzzle/psr7/issues",
|
||||
"source": "https://github.com/guzzle/psr7/tree/2.12.4"
|
||||
"source": "https://github.com/guzzle/psr7/tree/2.12.5"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -1665,7 +1665,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2026-07-08T15:56:20+00:00"
|
||||
"time": "2026-07-13T01:27:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "jean85/pretty-package-versions",
|
||||
|
||||
Reference in New Issue
Block a user