mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-02 21:13:41 +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:
|
||||
### 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:
|
||||
`docker pull quay.io/galexrt/zulip:dev`
|
||||
|
||||
@@ -21,7 +21,7 @@ redis:
|
||||
volumes:
|
||||
- "/opt/docker/zulip/redis:/var/lib/redis:rw"
|
||||
zulip:
|
||||
image: "quay.io/galexrt/zulip:v1.3.7-2"
|
||||
image: "quay.io/galexrt/zulip:v1.3.9"
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
apiVersion: v1
|
||||
kind: ReplicationController
|
||||
metadata:
|
||||
name: zulip-v1.3.7-2
|
||||
name: zulip-v1.3.9
|
||||
namespace: default
|
||||
labels:
|
||||
version: v1.3.7-2
|
||||
version: v1.3.9
|
||||
app: zulip
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
version: v1.3.7-2
|
||||
version: v1.3.9
|
||||
app: gitlab
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
version: v1.3.7-2
|
||||
version: v1.3.9
|
||||
app: gitlab
|
||||
spec:
|
||||
containers:
|
||||
@@ -60,7 +60,7 @@ spec:
|
||||
- name: postgresql-persistent-storage
|
||||
mountPath: /var/lib/postgresql
|
||||
- name: zulip
|
||||
image: quay.io/galexrt/zulip:1.3.7-2
|
||||
image: quay.io/galexrt/zulip:v1.3.9
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
||||
@@ -59,4 +59,4 @@ docker run \
|
||||
-e "ZULIP_SETTINGS_DEFAULT_FROM_EMAIL=Zulip <noreply@example.com>" \
|
||||
-e "ZULIP_SETTINGS_EMAIL_HOST=smtp.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