switched repo to ohmydocker

This commit is contained in:
Josh Cox 2017-03-23 21:25:29 -05:00
parent 320af4f81a
commit f50c9f6d85
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
version: '2' version: '2'
services: services:
meanshop-nginx: meanshop-nginx:
image: thalhalla/meanshop:nginx image: ohmydocker/meanshop:nginx
labels: labels:
io.rancher.scheduler.affinity:host_label: ${host_label} io.rancher.scheduler.affinity:host_label: ${host_label}
io.rancher.container.hostname_override: container_name io.rancher.container.hostname_override: container_name
@ -9,7 +9,7 @@ services:
ports: ports:
- ${PORT}:80 - ${PORT}:80
meanshop-node: meanshop-node:
image: thalhalla/meanshop:node image: ohmydocker/meanshop:alpine
labels: labels:
io.rancher.scheduler.affinity:host_label: ${host_label} io.rancher.scheduler.affinity:host_label: ${host_label}
io.rancher.container.pull_image: always io.rancher.container.pull_image: always

View File

@ -1,7 +1,7 @@
.catalog: .catalog:
name: "meanshop" name: "meanshop"
version: "0.4.6" version: "0.4.7"
description: "Library service powered by Meanshop" description: "Ecommerce powered by Meanshop"
uuid: meanshop-0 uuid: meanshop-0
minimum_rancher_version: v0.51.0 minimum_rancher_version: v0.51.0
questions: questions:

View File

@ -1,5 +1,5 @@
name: Meanshop name: Meanshop
description: | description: |
Library service powered by Meanshop Ecommerce powered by Meanshop
version: 0.4.6 version: 0.4.7
category: Repository category: Repository