Skip to content

Commit

Permalink
Add rancher 2.0 to ovh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdor committed May 28, 2018
1 parent 9cf6386 commit 9673def
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
14 changes: 12 additions & 2 deletions ovh/Caddyfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
api.lambdaspace.gr
proxy / http://lapi:1323
api.lambdaspace.gr {
proxy / http://lapi:1323
}

rancher.lambdaspace.gr {
proxy / rancher {
transparent
insecure_skip_verify
websocket
}
log stdout
}
8 changes: 5 additions & 3 deletions ovh/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ version: '3.2'

services:
rancher:
image: rancher/server:preview
image: rancher/rancher
restart: unless-stopped
ports:
- "8080:8080"
# ports:
# - "8080:80"
# - "8443:443"
lapi:
build:
context: .
Expand All @@ -21,3 +22,4 @@ services:
- 443:443
links:
- lapi
- rancher

0 comments on commit 9673def

Please sign in to comment.