switched repo to ohmydocker
This commit is contained in:
parent
320af4f81a
commit
f50c9f6d85
@ -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
|
||||||
|
@ -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:
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user