mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-04 22:13:31 +00:00
Changed all v1.3.7 occurences to v1.3.9
This commit is contained in:
@@ -23,7 +23,7 @@ See the [Configuration](https://github.com/Galexrt/docker-zulip/wiki/Configurati
|
|||||||
|
|
||||||
## How to get the container:
|
## How to get the container:
|
||||||
### For docker use:
|
### For docker use:
|
||||||
`docker pull quay.io/galexrt/zulip:1.3.7-2`
|
`docker pull quay.io/galexrt/zulip:v1.3.9`
|
||||||
|
|
||||||
### For the latest development image changes use:
|
### For the latest development image changes use:
|
||||||
`docker pull quay.io/galexrt/zulip:dev`
|
`docker pull quay.io/galexrt/zulip:dev`
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ redis:
|
|||||||
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:v1.3.7-2"
|
image: "quay.io/galexrt/zulip:v1.3.9"
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
|
|||||||
@@ -1,20 +1,20 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ReplicationController
|
kind: ReplicationController
|
||||||
metadata:
|
metadata:
|
||||||
name: zulip-v1.3.7-2
|
name: zulip-v1.3.9
|
||||||
namespace: default
|
namespace: default
|
||||||
labels:
|
labels:
|
||||||
version: v1.3.7-2
|
version: v1.3.9
|
||||||
app: zulip
|
app: zulip
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
version: v1.3.7-2
|
version: v1.3.9
|
||||||
app: gitlab
|
app: gitlab
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
version: v1.3.7-2
|
version: v1.3.9
|
||||||
app: gitlab
|
app: gitlab
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
@@ -60,7 +60,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.3.7-2
|
image: quay.io/galexrt/zulip:v1.3.9
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|||||||
@@ -59,4 +59,4 @@ docker run \
|
|||||||
-e "ZULIP_SETTINGS_DEFAULT_FROM_EMAIL=Zulip <noreply@example.com>" \
|
-e "ZULIP_SETTINGS_DEFAULT_FROM_EMAIL=Zulip <noreply@example.com>" \
|
||||||
-e "ZULIP_SETTINGS_EMAIL_HOST=smtp.example.com" \
|
-e "ZULIP_SETTINGS_EMAIL_HOST=smtp.example.com" \
|
||||||
-e "ZULIP_SETTINGS_EMAIL_HOST_USER=noreply@example.com" \
|
-e "ZULIP_SETTINGS_EMAIL_HOST_USER=noreply@example.com" \
|
||||||
quay.io/galexrt/zulip:1.3.7-2
|
quay.io/galexrt/zulip:v1.3.9
|
||||||
|
|||||||
Reference in New Issue
Block a user