2026-05-06
- corvée(gitignore) exclus les fichiers CSS compilés
This commit is contained in:
parent
67f96263df
commit
2ef5fbba66
102 changed files with 996 additions and 209370 deletions
27
compose.yaml
27
compose.yaml
|
|
@ -96,5 +96,32 @@ services:
|
|||
volumes:
|
||||
- "./containers/conf/php.ini:/usr/local/etc/php/conf.d/custom.ini:ro"
|
||||
- "./:/var/www/wordpress:rw"
|
||||
jaeger:
|
||||
container_name: "haikuatelier.fr-jaeger"
|
||||
environment:
|
||||
- "COLLECTOR_OTLP_ENABLED=true"
|
||||
healthcheck:
|
||||
interval: "5s"
|
||||
retries: 3
|
||||
start_period: "5s"
|
||||
test:
|
||||
- "CMD"
|
||||
- "wget"
|
||||
- "--spider"
|
||||
- "http://localhost:16686"
|
||||
timeout: "2s"
|
||||
image: "cr.jaegertracing.io/jaegertracing/jaeger:latest"
|
||||
networks:
|
||||
- "haiku-network"
|
||||
ports:
|
||||
- "4317:4317"
|
||||
- "4318:4318"
|
||||
- "5778:5778"
|
||||
- "6831:6831/udp"
|
||||
- "6832:6832/udp"
|
||||
- "14250:14250"
|
||||
- "14268:14268"
|
||||
- "14269:14269"
|
||||
- "16686:16686"
|
||||
volumes:
|
||||
db-data: null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue