Compare commits
	
		
			2 commits
		
	
	
		
			
				94e6b9beb8
			
			...
			
				81831c6d0e
			
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 81831c6d0e | |||
| a13d23c7ea | 
					 6 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
					@ -10,7 +10,7 @@ jobs:
 | 
				
			||||||
    name: Ansible Lint
 | 
					    name: Ansible Lint
 | 
				
			||||||
    runs-on: docker
 | 
					    runs-on: docker
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
 | 
					      - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
 | 
				
			||||||
      - name: Install pip
 | 
					      - name: Install pip
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          apt update
 | 
					          apt update
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -46,7 +46,7 @@ services:
 | 
				
			||||||
      - "8080:8080"
 | 
					      - "8080:8080"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  db:
 | 
					  db:
 | 
				
			||||||
    image: docker.io/library/postgres:15.14@sha256:9541969afa16d1ac724e16d1cf3c26ddd0c5bae5dd1c230118a7f5b9c14cde1f
 | 
					    image: docker.io/library/postgres:18.0@sha256:1ffc019dae94eca6b09a49ca67d37398951346de3c3d0cfe23d8d4ca33da83fb
 | 
				
			||||||
    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@sha256:7c8f4870583184ebadf7f17a6513620aac5f365a7938dc6a6911c1d5df2f481a
 | 
					    image: docker.io/library/postgres:18-alpine@sha256:48c8ad3a7284b82be4482a52076d47d879fd6fb084a1cbfccbd551f9331b0e40
 | 
				
			||||||
    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@sha256:2e50ad404aead120409575d21758230cc295aec52dfa05ece9b4d0429bc38636
 | 
					    image: docker.io/library/postgres:18-alpine@sha256:48c8ad3a7284b82be4482a52076d47d879fd6fb084a1cbfccbd551f9331b0e40
 | 
				
			||||||
    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@sha256:2e50ad404aead120409575d21758230cc295aec52dfa05ece9b4d0429bc38636
 | 
					    image: docker.io/library/postgres:18-alpine@sha256:48c8ad3a7284b82be4482a52076d47d879fd6fb084a1cbfccbd551f9331b0e40
 | 
				
			||||||
    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@sha256:2e50ad404aead120409575d21758230cc295aec52dfa05ece9b4d0429bc38636
 | 
					    image: docker.io/library/postgres:18-alpine@sha256:48c8ad3a7284b82be4482a52076d47d879fd6fb084a1cbfccbd551f9331b0e40
 | 
				
			||||||
    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