Giter Site home page Giter Site logo

foxfabi / docker-webdev Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 105 KB

Multi stage web development stack with centralized logging.

License: MIT License

PHP 9.27% Dockerfile 64.32% Shell 21.47% JavaScript 4.94%
php mariadb nginx nodejs grafana mailcatcher adminer xdebug

docker-webdev's People

Contributors

foxfabi avatar

Stargazers

 avatar

Watchers

 avatar

docker-webdev's Issues

Container with different persistent storages

It would be nice to use the same containers with different persistent storages, but following approaches didn't work:

  • Using a symbolic link like src -> /DATA/yourapp/src/ and storage -> /DATA/yourapp/storage/
  • Using external volumes defined via .env with ARG/ENV
      args:
        VOLUME: ${CODE_VOLUME}/backend # from .env file
ARG VOLUME
ENV VOLUME $VOLUME
RUN echo $VOLUME
COPY /var/www/backend .
Step 13/32 : ENV VOLUME $VOLUME
 ---> Running in ca0e750133a1
Removing intermediate container ca0e750133a1
 ---> 26acc2042d20
Step 14/32 : RUN echo $VOLUME
 ---> Running in d51dc3439085
/DATA/c0met/src/backend
Removing intermediate container d51dc3439085
 ---> f8265423cab3
Step 15/32 : COPY $VOLUME/backend .
ERROR: Service 'php' failed to build: COPY failed

Maybe I missed something โญ•

Check again:

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.