mprokopiev

Results 3 comments of mprokopiev

Hi. This most likely happens because _php artisan migrate --seed_ needs user interaction: ` Do you really wish to run this command? (yes/no) [no]:` Docker doesn't support user interaction when...

Yes, I didn't meant rebuild of image in the way - each image layer would be rebuilt. You are correct - docker would use cache for all unchanged layers. I...

Following the #895, setting `sign-payload` to true doesn't with Filebase: ``` # cat /etc/litestream.yml logging: level: TRACE dbs: - path: ${NTFY_AUTH_FILE} replica: url: s3://litestream/ntfyv5 endpoint: https://s3.filebase.com sign-payload: true # litestream...