Lukasz D. Tulikowski

Results 9 comments of Lukasz D. Tulikowski

@woprrr Have you manage to solve your issue already? Currently, I have little time to create a step by step instruction, but it's definitely in my todos. If you already...

Do you have `encrypted_xxxxxxxxxxxx_iv` and `encrypted_xxxxxxxxxxxx_key` set? You need to set them and `GCLOUD_PROJECT` in > Travis > Settings > Environment Variables

Go to the Google Cloud Console Dashboard: 1. Enable _Google App Engine Admin API_, 2. Go to _Credentials_, click _Add Credential_ and _Service account key_, click _JSON_. 3. Save your...

Following command is failing: ```The commnd "linux-amd64/helm del --purge $GCLOUD_PROJECT" exited with 1.``` It errors because build script is missing *check if release exists* To make it work you can...

@woprrr It's not super straightforward but you can see it works with your changes :) * [travis build](https://travis-ci.org/tulik/symfony-4-skeleton-docker/branches) * [https://woprrr.tulik.info](https://woprrr.tulik.info/)

You have error from `symfony` container due to previous error with `php` container. `php` container exits because of Blackfire API error. You can register account on https://blackfire.io/ and change keys...

Can you attach dump of `docker-compose logs php`?

Was fixed [PR #36 ](https://github.com/tulik/symfony-4-docker-runtime-env/pull/36) @see https://github.com/docker-library/mysql/issues/69