-
Notifications
You must be signed in to change notification settings - Fork 651
Compose services #182
Compose services #182
Conversation
|
Interesting! |
|
I've put the following to #compose
nginx:
image: nginx
links:
- network
restart: always
net: hostDidn't work (nginx container didn't start). Here's what ended up in #cloud-config
nginx:
image: nginx
links:
- network
net: host
restart: always
ssh_authorized_keys: nullI guess |
You can now put FOO* in the compose environment and it will find all environment variables that start with FOO
|
@imikushin I'll look into that. I haven't fully tested all the permutations of configuration. I'm going to merge this PR even though I know there are some bugs. This way we can cut a rc3 and do more extensive testing. |
|
@imikushin check out https://github.com/rancherio/os-services. You can change the URL RancherOS looks at so you can fork that repo and try to add new stuff. If you do We're working on docs (and a real docs website) |
|
@ibuildthecloud the I get this error. Logged a bug: #187 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, that's the worse when you have typos in type names.
No description provided.