Coder Social home page Coder Social logo

docker-envs's Introduction

Docker ENVs

Some of my personal, frequently used docker environments for development. This does not follow the traditional structure of containerizing every app that I work on, but it gives me all of the necessary environments to work on any project I want locally. Feel free to fork this and add/remove whatever containers you want. There are default configs for a basic web server and databases.

There is a directory called projects/code, feel free to put your code in there so it syncs up with the containers.

Current Services

  • nginx latest
  • php-fpm/php 8.1
  • MySQL latest
  • Redis latest

Usage

  1. Make sure Docker/Docker-CE is installed.

  2. Next, set up any necessary conf.d files for your project in nginx/conf.d/. These will be used when the container is being built. You may choose to use the templates that are in there for laravel projects, or use something else.

  3. Once you have your hostnames, copy and paste the hosts.example.txt file to a normal hosts.txt file, and put them in there line by line.

  4. Once everything is set up, run make build to build your docker compose environment. Everything will be set up for you.

docker-envs's People

Contributors

bantil avatar

Watchers

 avatar

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.