mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-23 04:51:58 +00:00
Cut docker-zulip version v1.6.0-1
This commit is contained in:
@@ -9,7 +9,7 @@ Image available from:
|
|||||||
* [**Docker Hub**](https://hub.docker.com/r/galexrt/zulip)
|
* [**Docker Hub**](https://hub.docker.com/r/galexrt/zulip)
|
||||||
|
|
||||||
Current Zulip version: `1.6.0`
|
Current Zulip version: `1.6.0`
|
||||||
Current Docker image version: `1.6.0-0`
|
Current Docker image version: `1.6.0-1`
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@@ -30,9 +30,9 @@ See the [Configuration](https://github.com/Galexrt/docker-zulip/wiki/Configurati
|
|||||||
|
|
||||||
## How to get the container running
|
## How to get the container running
|
||||||
### To pull the image run
|
### To pull the image run
|
||||||
`docker pull quay.io/galexrt/zulip:1.6.0-0`
|
`docker pull quay.io/galexrt/zulip:1.6.0-1`
|
||||||
or
|
or
|
||||||
`docker pull galexrt/zulip:1.6.0-0`
|
`docker pull galexrt/zulip:1.6.0-1`
|
||||||
|
|
||||||
### For the latest development image run
|
### For the latest development image run
|
||||||
`docker pull quay.io/galexrt/zulip:dev`
|
`docker pull quay.io/galexrt/zulip:dev`
|
||||||
|
@@ -23,7 +23,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "/opt/docker/zulip/redis:/var/lib/redis:rw"
|
- "/opt/docker/zulip/redis:/var/lib/redis:rw"
|
||||||
zulip:
|
zulip:
|
||||||
image: "quay.io/galexrt/zulip:1.6.0-0"
|
image: "quay.io/galexrt/zulip:1.6.0-1"
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
|
@@ -3,17 +3,17 @@ kind: ReplicationController
|
|||||||
metadata:
|
metadata:
|
||||||
name: zulip-1
|
name: zulip-1
|
||||||
labels:
|
labels:
|
||||||
version: 1.6.0-0
|
version: 1.6.0-1
|
||||||
app: zulip
|
app: zulip
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
version: 1.6.0-0
|
version: 1.6.0-1
|
||||||
app: zulip
|
app: zulip
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
version: 1.6.0-0
|
version: 1.6.0-1
|
||||||
app: zulip
|
app: zulip
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
@@ -59,7 +59,7 @@ spec:
|
|||||||
- name: postgresql-persistent-storage
|
- name: postgresql-persistent-storage
|
||||||
mountPath: /var/lib/postgresql
|
mountPath: /var/lib/postgresql
|
||||||
- name: zulip
|
- name: zulip
|
||||||
image: quay.io/galexrt/zulip:1.6.0-0
|
image: quay.io/galexrt/zulip:1.6.0-1
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
Reference in New Issue
Block a user