Git Product home page Git Product logo

fabriziocafolla / lumen-microservice Goto Github PK

View Code? Open in Web Editor NEW
227.0 19.0 46.0 172 KB

Lumen on Docker - Skeleton project with Nginx, MySQL & PHP 8 | Aws ECS, Google Kubernates, Azure Container Engine

Home Page: https://fabriziocafolla.github.io/lumen-microservice

License: GNU General Public License v3.0

Dockerfile 21.91% Makefile 11.84% HTML 35.64% Shell 30.62%
docker-compose docker devops rest-api lumen lumen-api backend-services aws-ecs microservices-architecture api-service

lumen-microservice's Issues

Permission error on Entrypoint script

Hi,

after creating and publishing the image, if you try to start it, the nginx service fails with the following error:
starting container process caused: exec: "/usr/local/sbin/services/init.sh": stat /usr/local/sbin/services/init.sh: permission denied: unknown

The problem is bypassed by editing the following line in the Dockerfile:
USER www-data
to
USER root
at row 86.

Thanks.

Redis-cli container close just after start

Redis-cli container close just after start, logs seems to be empty.
Problem seems to be related to command attribute on docker-compose.

  # Use it with command: docker-compose run redis-cli
  redis-cli:
    container_name: ${NAME}_redis-cli
    image: "${REDIS_NAME}:${REDIS_TAG}"
    links:
      - redis
    command: redis-cli -h redis

Più microservizi

Ciao, sinceramente cosi è poco chiaro con un servizio solo. Se ci sono più microservizi? E forse non tutti in lumen?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.