https://github.com/abgeo/cst-workshop-docker
Example project about docker for CST workshop.
https://github.com/abgeo/cst-workshop-docker
Last synced: 9 months ago
JSON representation
Example project about docker for CST workshop.
- Host: GitHub
- URL: https://github.com/abgeo/cst-workshop-docker
- Owner: ABGEO
- License: mit
- Created: 2019-11-13T17:23:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T18:58:47.000Z (over 6 years ago)
- Last Synced: 2025-04-10T00:46:43.592Z (about 1 year ago)
- Language: PHP
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cst-workshop-docker
Example project about docker for CST workshop.
## Stack
Simple Symfony project with [ABGEO07/docker4symfony](https://github.com/ABGEO07/docker4symfony)
docker stack
## Installation
- Clone project: `git clone git@github.com:ABGEO07/cst-workshop-docker.git`
- Start docker containers: `make up`
- Install project with composer `make composer install`