Add kompose label to branch docker-compose files

This commit is contained in:
Tomas Pizarro
2017-05-17 16:03:04 +00:00
parent 7927236c53
commit 793031e123
4 changed files with 12 additions and 4 deletions

View File

@@ -3,7 +3,9 @@ version: '2'
services:
ruby:
tty: true # Enables debugging capabilities when attached to this container.
image: bitnami/ruby:2.3
image: 'bitnami/ruby:2.3'
labels:
kompose.service.type: nodeport
# command: sh -c 'bundle install && bundle exec rails server -b 0.0.0.0 -p 3000'
ports:
- 3000:3000