mirror of
				https://git.tt-rss.org/fox/ttrss-docker-compose
				synced 2025-11-04 09:54:13 +01:00 
			
		
		
		
	rebuild for postgres 12
This commit is contained in:
		
							parent
							
								
									e43e239e34
								
							
						
					
					
						commit
						4d0dfc8083
					
				
					 3 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -5,7 +5,7 @@ version: '3'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  db:
 | 
					  db:
 | 
				
			||||||
    image: cthulhoo/ttrss-db-pgsql-count-bits:latest
 | 
					    image: cthulhoo/ttrss-db-pgsql-12-count-bits:latest
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - db:/var/lib/postgresql/data
 | 
					      - db:/var/lib/postgresql/data
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,8 +1,8 @@
 | 
				
			||||||
FROM postgres:11
 | 
					FROM postgres:12
 | 
				
			||||||
EXPOSE 5432
 | 
					EXPOSE 5432
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apt-get update 
 | 
					RUN apt-get update 
 | 
				
			||||||
RUN apt-get -y install git libpq-dev postgresql-server-dev-11
 | 
					RUN apt-get -y install git libpq-dev postgresql-server-dev-12
 | 
				
			||||||
RUN apt-get -y install gcc make
 | 
					RUN apt-get -y install gcc make
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY init-count-bits.sh /docker-entrypoint-initdb.d/
 | 
					COPY init-count-bits.sh /docker-entrypoint-initdb.d/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,7 +5,7 @@ version: '3'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  db:
 | 
					  db:
 | 
				
			||||||
    image: cthulhoo/ttrss-db-pgsql-count-bits:${BUILD_TAG}
 | 
					    image: cthulhoo/ttrss-db-pgsql-12-count-bits:${BUILD_TAG}
 | 
				
			||||||
    build:
 | 
					    build:
 | 
				
			||||||
      context:
 | 
					      context:
 | 
				
			||||||
        ./db
 | 
					        ./db
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue