docker(role): use full image sources
This commit is contained in:
		
					parent
					
						
							
								a979fccd12
							
						
					
				
			
			
				commit
				
					
						83fd868977
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -34,7 +34,7 @@ services:
 | 
				
			||||||
      OVERWRITEPROTOCOL: "https"
 | 
					      OVERWRITEPROTOCOL: "https"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  db:
 | 
					  db:
 | 
				
			||||||
    image: postgres:{{ nextcloud__postgres_version }}
 | 
					    image: docker.io/library/postgres:{{ nextcloud__postgres_version }}
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    #ports:
 | 
					    #ports:
 | 
				
			||||||
    #  - 127.0.0.1:5432:5432
 | 
					    #  - 127.0.0.1:5432:5432
 | 
				
			||||||
| 
						 | 
					@ -48,7 +48,7 @@ services:
 | 
				
			||||||
      POSTGRES_PASSWORD: "{{ nextcloud__postgres_password }}"
 | 
					      POSTGRES_PASSWORD: "{{ nextcloud__postgres_password }}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  redis:
 | 
					  redis:
 | 
				
			||||||
    image: redis:alpine
 | 
					    image: docker.io/library/redis:alpine
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    networks:
 | 
					    networks:
 | 
				
			||||||
      - nextcloud
 | 
					      - nextcloud
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue