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