ensl.org/fig.yml
Ari Timonen 4a8bd8ee7d Update ensl.org for docker version
Create docker version
- Remove rubyracer, use nodejs
- Add Makefile and fig.yml examples
- Update to v2 circle.yml sample
- Create Dockerfile
- Do not use nested folders in tmp for puma
2018-04-10 01:08:38 +00:00

9 lines
105 B
YAML

web:
image: ensl/ensl.org
links:
- mysql
- redis
mysql:
image: mysql
redis:
image: redis