Coder Social home page Coder Social logo

auxilincom / docker-compose-starter Goto Github PK

View Code? Open in Web Editor NEW
157.0 157.0 31.0 27 KB

Run your development environment with a simple command using docker-compose ๐Ÿš€

Home Page: https://github.com/auxilincom/docker-compose-starter

License: MIT License

JavaScript 78.75% HTML 11.73% Shell 1.30% Dockerfile 8.23%
auxilin development development-environment docker docker-compose starter

docker-compose-starter's People

Contributors

anorsich avatar ezhivitsa avatar maqpie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-compose-starter's Issues

Debugging and autocompletion in IDE

Great article, thanks.

I've been playing with docker-compose for dev a few months back, but still wasn't satisfied as far as debugging and autocompletion.

Since you run everything in docker, you inject your source code into container, but node_modules are not available in IDE for autocompletion.
Another problem is debugging.

Do you handle it somehow?

--
Thanks,
Alex

No docker-compose for production?

You provided docker-compose.yml in the root that builds the Dockerfile.dev images. Do you not have a compose file that builds the Dockerfile images for production or am I missing something here?

Also, the link to the blog post in the README is missing, it only has https://.

How do you handle code sharing between different services in the same monorepo?

It doesn't come up in this sample repo, but I'm assuming that in a large enough project you would have several top-level "common" directories, meant to be shared between two or more services.

With every service having its own Dockerfile under its sub-dir, it wouldn't be possible to include also the required common dirs straight from the repo, since Docker doesn't allow referencing the filesystem from outside the "build context" (e.g. ../common).

Do you have an elegant solution for this use-case?

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.