Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
vendor: remove imaginary and update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
MellieVT committed Feb 13, 2019
1 parent 1de0b9d commit 71b4593
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 232 deletions.
1 change: 0 additions & 1 deletion app/frontend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"type": "project",
"require": {
"php": ">=7.2",
"amelia/backblaze": "^1.2",
"cartalyst/stripe-laravel": "^8.0",
"doctrine/dbal": "^2.6",
"fideloper/proxy": "~4.0",
Expand Down
230 changes: 11 additions & 219 deletions app/frontend/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ services:
- db.lolibrary.test
- redis.lolibrary.test
- minio.lolibrary.test
- imaginary.lolibrary.test
expose:
- 8080

Expand All @@ -49,7 +48,6 @@ services:
- db.lolibrary.test
- redis.lolibrary.test
- minio.lolibrary.test
- imaginary.lolibrary.test

node:
image: "node:10"
Expand All @@ -58,15 +56,6 @@ services:
volumes:
- "./app/frontend:/home/node"

imaginary.lolibrary.test:
image: "h2non/imaginary:1"
command: -enable-url-source
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:8088/ || exit 1"]
interval: 5s
timeout: 5s
retries: 3

minio.lolibrary.test:
image: "minio/minio:latest"
volumes:
Expand Down Expand Up @@ -118,7 +107,6 @@ services:
depends_on:
- www.lolibrary.test
- minio.lolibrary.test
- imaginary.lolibrary.test
volumes:
db-data:
minio-data:

0 comments on commit 71b4593

Please sign in to comment.