Compare commits
	
		
			1 commit
		
	
	
		
			
				90035e09e9
			
			...
			
				ea8078e0ce
			
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| ea8078e0ce | 
					 5 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -46,7 +46,7 @@ services:
 | 
				
			||||||
      - "8080:8080"
 | 
					      - "8080:8080"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  db:
 | 
					  db:
 | 
				
			||||||
    image: docker.io/library/postgres:15.14
 | 
					    image: docker.io/library/postgres:18.0@sha256:33d0aae6356d4412efdebcdc554e489e7f9e88bb3cf9281f44aa1924fadbb4e7
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    networks:
 | 
					    networks:
 | 
				
			||||||
      - keycloak
 | 
					      - keycloak
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -56,7 +56,7 @@ services:
 | 
				
			||||||
      - POSTGRES_DB=mailmandb
 | 
					      - POSTGRES_DB=mailmandb
 | 
				
			||||||
      - POSTGRES_USER=mailman
 | 
					      - POSTGRES_USER=mailman
 | 
				
			||||||
      - POSTGRES_PASSWORD=wvQjbMRnwFuxGEPz
 | 
					      - POSTGRES_PASSWORD=wvQjbMRnwFuxGEPz
 | 
				
			||||||
    image: docker.io/library/postgres:12-alpine
 | 
					    image: docker.io/library/postgres:18-alpine@sha256:e08e178a23d51e4a1e9e79fb2500b35b91cef3902744519420d257b8c0fb0a3c
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - /opt/mailman/database:/var/lib/postgresql/data
 | 
					      - /opt/mailman/database:/var/lib/postgresql/data
 | 
				
			||||||
    networks:
 | 
					    networks:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  database:
 | 
					  database:
 | 
				
			||||||
    image: docker.io/library/postgres:15-alpine
 | 
					    image: docker.io/library/postgres:18-alpine@sha256:e08e178a23d51e4a1e9e79fb2500b35b91cef3902744519420d257b8c0fb0a3c
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      - "POSTGRES_USER=hedgedoc"
 | 
					      - "POSTGRES_USER=hedgedoc"
 | 
				
			||||||
      - "POSTGRES_PASSWORD={{ secret__hedgedoc_db_password }}"
 | 
					      - "POSTGRES_PASSWORD={{ secret__hedgedoc_db_password }}"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  database:
 | 
					  database:
 | 
				
			||||||
    image: docker.io/library/postgres:15-alpine
 | 
					    image: docker.io/library/postgres:18-alpine@sha256:e08e178a23d51e4a1e9e79fb2500b35b91cef3902744519420d257b8c0fb0a3c
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      - "POSTGRES_USER=pretalx"
 | 
					      - "POSTGRES_USER=pretalx"
 | 
				
			||||||
      - "POSTGRES_PASSWORD={{ secret__pretalx_db_password }}"
 | 
					      - "POSTGRES_PASSWORD={{ secret__pretalx_db_password }}"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  database:
 | 
					  database:
 | 
				
			||||||
    image: docker.io/library/postgres:15-alpine
 | 
					    image: docker.io/library/postgres:18-alpine@sha256:e08e178a23d51e4a1e9e79fb2500b35b91cef3902744519420d257b8c0fb0a3c
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      - "POSTGRES_USER=pretix"
 | 
					      - "POSTGRES_USER=pretix"
 | 
				
			||||||
      - "POSTGRES_PASSWORD={{ secret__pretix_db_password }}"
 | 
					      - "POSTGRES_PASSWORD={{ secret__pretix_db_password }}"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue