mirror of
				https://gitlab.sectorq.eu/home/docker-compose.git
				synced 2025-10-31 02:21:10 +01:00 
			
		
		
		
	added host_items method
This commit is contained in:
		| @@ -14,9 +14,9 @@ services: | |||||||
|     volumes: |     volumes: | ||||||
|       - /share/docker_data/authentik/database:/var/lib/postgresql/data |       - /share/docker_data/authentik/database:/var/lib/postgresql/data | ||||||
|     environment: |     environment: | ||||||
|       POSTGRES_PASSWORD: ${PG_PASS:?database password required} |       POSTGRES_PASSWORD: authentik | ||||||
|       POSTGRES_USER: ${PG_USER:-authentik} |       POSTGRES_USER: authentik | ||||||
|       POSTGRES_DB: ${PG_DB:-authentik} |       POSTGRES_DB: authentik | ||||||
|   redis: |   redis: | ||||||
|     image: docker.io/library/redis:alpine |     image: docker.io/library/redis:alpine | ||||||
|     command: --save 60 1 --loglevel warning |     command: --save 60 1 --loglevel warning | ||||||
| @@ -36,9 +36,9 @@ services: | |||||||
|     environment: |     environment: | ||||||
|       AUTHENTIK_REDIS__HOST: redis |       AUTHENTIK_REDIS__HOST: redis | ||||||
|       AUTHENTIK_POSTGRESQL__HOST: postgresql |       AUTHENTIK_POSTGRESQL__HOST: postgresql | ||||||
|       AUTHENTIK_POSTGRESQL__USER: ${PG_USER:-authentik} |       AUTHENTIK_POSTGRESQL__USER: authentik | ||||||
|       AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik} |       AUTHENTIK_POSTGRESQL__NAME: authentik | ||||||
|       AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS} |       AUTHENTIK_POSTGRESQL__PASSWORD: authentik | ||||||
|     volumes: |     volumes: | ||||||
|       - /share/docker_data/authentik/media:/media |       - /share/docker_data/authentik/media:/media | ||||||
|       - /share/docker_data/authentik/custom-templates:/templates |       - /share/docker_data/authentik/custom-templates:/templates | ||||||
| @@ -55,9 +55,9 @@ services: | |||||||
|     environment: |     environment: | ||||||
|       AUTHENTIK_REDIS__HOST: redis |       AUTHENTIK_REDIS__HOST: redis | ||||||
|       AUTHENTIK_POSTGRESQL__HOST: postgresql |       AUTHENTIK_POSTGRESQL__HOST: postgresql | ||||||
|       AUTHENTIK_POSTGRESQL__USER: ${PG_USER:-authentik} |       AUTHENTIK_POSTGRESQL__USER: authentik | ||||||
|       AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik} |       AUTHENTIK_POSTGRESQL__NAME: authentik | ||||||
|       AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS} |       AUTHENTIK_POSTGRESQL__PASSWORD: authentik | ||||||
|     # `user: root` and the docker socket volume are optional. |     # `user: root` and the docker socket volume are optional. | ||||||
|     # See more for the docker socket integration here: |     # See more for the docker socket integration here: | ||||||
|     # https://goauthentik.io/docs/outposts/integrations/docker |     # https://goauthentik.io/docs/outposts/integrations/docker | ||||||
| @@ -76,7 +76,5 @@ services: | |||||||
|       - redis |       - redis | ||||||
|  |  | ||||||
| volumes: | volumes: | ||||||
|   database: |  | ||||||
|     driver: local |  | ||||||
|   redis: |   redis: | ||||||
|     driver: local |     driver: local | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 ladislav.dusa
					ladislav.dusa