Skip to content

Commit

Permalink
Merge pull request afup#1456 from afup/flux_mock
Browse files Browse the repository at this point in the history
on passe par un mock du flux pour s'éviter des erreurs
  • Loading branch information
agallou authored Feb 25, 2024
2 parents b4e5710 + ccb2a1a commit 334827f
Show file tree
Hide file tree
Showing 3 changed files with 1,459 additions and 1 deletion.
8 changes: 8 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ services:
SYMFONY_ENV: "test"
volumes:
- ./:/var/www/html
links:
- statictestresources
healthcheck:
test: ["CMD", "curl", "-f", "https://apachephptest:80"]
interval: 30s
Expand Down Expand Up @@ -111,7 +113,13 @@ services:
- apachephptest
- planetetest
- dbtest
- statictestresources
command: "false"

mailcatcher:
image: dockage/mailcatcher:0.9.0

statictestresources:
image: nginx:1.25.4
volumes:
- ./docker/dockerfiles/statictestresources:/usr/share/nginx/html:ro
Loading

0 comments on commit 334827f

Please sign in to comment.