- See it working! Deployed with Travis and Kubernetes
- Table of content
- Environment architecture
- Quick start
- Video tuturial
- Directory structure
Deployed with Travis and Kubernetes
- Further documentation about deployment will be provied.
$ git clone https://github.com/tulik/symfony-4-docker-runtime-env.git
$ cd symfony-4-docker-runtime-env
$ docker-compose up
Wait for containers to start, then to http://localhost
symfony-4-docker-runtime-env
├── documentation
│ └── images
├── h2-proxy
│ └── conf.d
├── helm
│ └── symfony
│ ├── charts
│ └── templates
└── symfony
├── bin
├── config
│ ├── packages
│ │ ├── dev
│ │ ├── prod
│ │ └── test
│ └── routes
├── docker
│ ├── nginx
│ │ └── conf.d
│ ├── php
│ └── varnish
│ └── conf
├── public
└── src
├── Controller
├── Entity
├── Migrations
└── Repository
Copyright Note: Substantial portions of the solution was introduced by Kévin Dunglas.