Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
p3root committed Feb 26, 2019
1 parent e25ebcb commit d7de9ac
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Readme.md
Expand Up @@ -28,6 +28,28 @@ There is also a automaticacore_proxy image which represents an nginx reverse pro


The automaticacore_demo is just for demonstration purpose - also for the online demo! The automaticacore_demo is just for demonstration purpose - also for the online demo!


## Run in a docker image
To just play around with automatica.core use this docker-compose configuration.

~~~~
version: '3.3'
services:
automatica:
image: automaticacore/automaticacore:develop-latest
restart: always
ports:
- "5001:5001"
nginx:
image: automaticacore/automaticacore_proxy:develop-latest
restart: always
ports:
- "80:80"
links:
- automatica
~~~~

# Roadmap # Roadmap
Things I want to implement in the near future - help is appreciated! Things I want to implement in the near future - help is appreciated!


Expand Down

0 comments on commit d7de9ac

Please sign in to comment.