Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marioidival/pyramid_compose
Microservices architecture composed of Docker + Pyramid + Caddy
https://github.com/marioidival/pyramid_compose
Last synced: about 2 months ago
JSON representation
Microservices architecture composed of Docker + Pyramid + Caddy
- Host: GitHub
- URL: https://github.com/marioidival/pyramid_compose
- Owner: marioidival
- License: mit
- Created: 2015-11-11T00:20:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T14:40:34.000Z (almost 9 years ago)
- Last Synced: 2023-04-08T23:35:55.236Z (over 1 year ago)
- Language: CSS
- Size: 36.1 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pyramid Compose - WIP README
Microservices architecture composed of Docker + Pyramid + Caddy.
- [Pyramid](http://docs.pylonsproject.org/en/latest/docs/pyramid.html) as backend (service)
- [Caddy](http://caddyserver.com/docs/caddyfile) to use with frontend what you want (Angular.js, Ember.js, React)### Install
```
git clone https://github.com/marioidival/pyramid_compose.git name_of_you_project
cd name_of_you_project
docker-compose up
```
```
$DOCKER_MACHINE_IP:3333 - backend
$DOCKER_MACHINE_IP:3334 - frontend
```