Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
insekticid authored Jul 29, 2019
1 parent ad4098d commit d9ea2cf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: '2.2'

services:
rke:
build:
context: .
args:
- VCS_REF="0.1"
volumes:
#- ./rke:/rke
- ./rke/cluster.yml:/rke/cluster.yml
#env_file: .env
working_dir: /rke

0 comments on commit d9ea2cf

Please sign in to comment.