2
									
								
								.github/actions/setup/docker-compose.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/actions/setup/docker-compose.yml
									
									
									
									
										vendored
									
									
								
							| @ -1,5 +1,3 @@ | |||||||
| version: "3.7" |  | ||||||
|  |  | ||||||
| services: | services: | ||||||
|   postgresql: |   postgresql: | ||||||
|     image: docker.io/library/postgres:${PSQL_TAG:-16} |     image: docker.io/library/postgres:${PSQL_TAG:-16} | ||||||
|  | |||||||
| @ -1,5 +1,4 @@ | |||||||
| --- | --- | ||||||
| version: "3.4" |  | ||||||
|  |  | ||||||
| services: | services: | ||||||
|   postgresql: |   postgresql: | ||||||
|  | |||||||
| @ -1,5 +1,3 @@ | |||||||
| version: "3.7" |  | ||||||
|  |  | ||||||
| services: | services: | ||||||
|   postgresql: |   postgresql: | ||||||
|     container_name: postgres |     container_name: postgres | ||||||
|  | |||||||
| @ -32,8 +32,6 @@ Depending on platform, some native dependencies might be required. On macOS, run | |||||||
| 4. Add this volume mapping to your compose file | 4. Add this volume mapping to your compose file | ||||||
|  |  | ||||||
|     ```yaml |     ```yaml | ||||||
|     version: "3.4" |  | ||||||
|  |  | ||||||
|     services: |     services: | ||||||
|         # [...] |         # [...] | ||||||
|         server: |         server: | ||||||
|  | |||||||
| @ -78,8 +78,6 @@ Starting with authentik 2021.12.4, you can configure the certificate authentik u | |||||||
| To use Let's Encrypt certificates with this setup, using certbot, you can use this compose override (create or edit a file called `docker-compose.override.yml` in the same folder as the authentik docker-compose file) | To use Let's Encrypt certificates with this setup, using certbot, you can use this compose override (create or edit a file called `docker-compose.override.yml` in the same folder as the authentik docker-compose file) | ||||||
|  |  | ||||||
| ```yaml | ```yaml | ||||||
| version: "3.2" |  | ||||||
|  |  | ||||||
| services: | services: | ||||||
|     certbot: |     certbot: | ||||||
|         image: certbot/dns-route53:v1.22.0 |         image: certbot/dns-route53:v1.22.0 | ||||||
|  | |||||||
| @ -64,8 +64,6 @@ Sign up for a free MaxMind account [here](https://www.maxmind.com/en/geolite2/si | |||||||
| Add the following block to a `docker-compose.override.yml` file in the same folder as the authentik docker-compose file: | Add the following block to a `docker-compose.override.yml` file in the same folder as the authentik docker-compose file: | ||||||
|  |  | ||||||
| ```yaml | ```yaml | ||||||
| version: "3.2" |  | ||||||
|  |  | ||||||
| services: | services: | ||||||
|     server: |     server: | ||||||
|         volumes: |         volumes: | ||||||
|  | |||||||
| @ -15,8 +15,6 @@ import TabItem from "@theme/TabItem"; | |||||||
| Create a `docker-compose.override.yml` file and add this block to mount the custom CSS file: | Create a `docker-compose.override.yml` file and add this block to mount the custom CSS file: | ||||||
|  |  | ||||||
| ```yaml | ```yaml | ||||||
| version: "3.2" |  | ||||||
|  |  | ||||||
| services: | services: | ||||||
|     server: |     server: | ||||||
|         volumes: |         volumes: | ||||||
|  | |||||||
| @ -9,8 +9,6 @@ You can also run the outpost in a separate docker-compose project, you just have | |||||||
| ### Proxy outpost | ### Proxy outpost | ||||||
|  |  | ||||||
| ```yaml | ```yaml | ||||||
| version: "3.5" |  | ||||||
|  |  | ||||||
| services: | services: | ||||||
|     authentik_proxy: |     authentik_proxy: | ||||||
|         image: ghcr.io/goauthentik/proxy |         image: ghcr.io/goauthentik/proxy | ||||||
| @ -33,8 +31,6 @@ services: | |||||||
| ### LDAP outpost | ### LDAP outpost | ||||||
|  |  | ||||||
| ```yaml | ```yaml | ||||||
| version: "3.5" |  | ||||||
|  |  | ||||||
| services: | services: | ||||||
|     authentik_ldap: |     authentik_ldap: | ||||||
|         image: ghcr.io/goauthentik/ldap |         image: ghcr.io/goauthentik/ldap | ||||||
| @ -54,8 +50,6 @@ services: | |||||||
| ### RADIUS outpost | ### RADIUS outpost | ||||||
|  |  | ||||||
| ```yaml | ```yaml | ||||||
| version: "3.5" |  | ||||||
|  |  | ||||||
| services: | services: | ||||||
|     radius_outpost: |     radius_outpost: | ||||||
|         image: ghcr.io/goauthentik/radius |         image: ghcr.io/goauthentik/radius | ||||||
|  | |||||||
| @ -1,5 +1,4 @@ | |||||||
| ```yaml | ```yaml | ||||||
| version: "3.7" |  | ||||||
| services: | services: | ||||||
|     traefik: |     traefik: | ||||||
|         image: traefik:v3.0 |         image: traefik:v3.0 | ||||||
|  | |||||||
| @ -60,7 +60,6 @@ You must mount the certificate selected in authentik as a file in the Docker con | |||||||
| ### docker-compose | ### docker-compose | ||||||
|  |  | ||||||
| ```yaml | ```yaml | ||||||
| version: "3.3" |  | ||||||
| services: | services: | ||||||
|     powerdns-admin: |     powerdns-admin: | ||||||
|         image: powerdnsadmin/pda-legacy:latest |         image: powerdnsadmin/pda-legacy:latest | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 4d62
					4d62