Skip to content

Commit

Permalink
remove beanstalkd
Browse files Browse the repository at this point in the history
  • Loading branch information
awasiak committed Oct 30, 2018
1 parent cea29ca commit 653ba7a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 26 deletions.
6 changes: 1 addition & 5 deletions bin/.env
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,4 @@ API_ROOT_PASSWORD_SECRET=${PROJECT}_api_root_password
API_APP_LIMIT_CPU='1'
API_APP_LIMIT_MEMORY='50M'

LOGGING_LEVEL=info

BEANSTALKD_SERVICE=${PROJECT}_beanstalkd
BEANSTALKD_SERVICE_IMAGE=schickling/beanstalkd
BEANSTALKD_PORT=11300
LOGGING_LEVEL=info
6 changes: 1 addition & 5 deletions bin/test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test_init_local_registry:
docker run -d -p 5000:5000 --restart=always --name registry registry:2

## Cleans test env and inits all depending services like database
test_init: test_clean test_init_base test_init_database test_init_database_admin test_init_beanstalkd
test_init: test_clean test_init_base test_init_database test_init_database_admin

## Creates test secrets and network
test_init_base:
Expand All @@ -20,10 +20,6 @@ test_init_database:
test_init_database_admin:
bash ${BIN_SCRIPTS_PATH}/database/deploy_admin.sh

## Creates test beanstalkd service
test_init_beanstalkd:
bash ${BIN_SCRIPTS_PATH}/beanstalkd/deploy.sh

## Cleans test env
test_clean:
bash ${BIN_SCRIPTS_PATH}/clean.sh
14 changes: 0 additions & 14 deletions bin/test/beanstalkd/deploy.sh

This file was deleted.

3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"respect/validation": "^1.1",
"tuupola/slim-basic-auth": "^2.2",
"php-di/php-di": "^6.0",
"acelaya/doctrine-enum-type": "^2.2",
"xobotyi/beansclient": "^1.0"
"acelaya/doctrine-enum-type": "^2.2"

},
"autoload": {
Expand Down

0 comments on commit 653ba7a

Please sign in to comment.