parent
b1a20a7134
commit
70385cfe3d
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
This assumes that you have Docker and Docker Compose already installed.
|
This assumes that you have Docker (version 17.05 or greater)
|
||||||
|
and Docker Compose (version 1.6.0 or greater) already installed.
|
||||||
|
|
||||||
### Prepare things
|
### Prepare things
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
## Use this as a template to set up docker-compose, or as guide to set up other
|
## Use this as a template to set up docker-compose, or as guide to set up other
|
||||||
## orchestration services
|
## orchestration services
|
||||||
|
|
||||||
version: '3.1'
|
version: '2'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
## Python3 container for backend API
|
## Python3 container for backend API
|
||||||
|
|
Loading…
Reference in a new issue