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:
		| @@ -18,7 +18,7 @@ services: | |||||||
|       POSTGRES_USER: ${PG_USER:-authentik} |       POSTGRES_USER: ${PG_USER:-authentik} | ||||||
|       POSTGRES_DB: ${PG_DB:-authentik} |       POSTGRES_DB: ${PG_DB:-authentik} | ||||||
|     env_file: |     env_file: | ||||||
|       - .env |       - /data/.env | ||||||
|   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 | ||||||
| @@ -45,7 +45,7 @@ services: | |||||||
|       - /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 | ||||||
|     env_file: |     env_file: | ||||||
|       - .env |       - /data/.env | ||||||
|     ports: |     ports: | ||||||
|       - "${COMPOSE_PORT_HTTP:-9003}:9000" |       - "${COMPOSE_PORT_HTTP:-9003}:9000" | ||||||
|       - "${COMPOSE_PORT_HTTPS:-9453}:9443" |       - "${COMPOSE_PORT_HTTPS:-9453}:9443" | ||||||
| @@ -75,7 +75,7 @@ services: | |||||||
|       - /share/docker_data/authentik/certs:/certs |       - /share/docker_data/authentik/certs:/certs | ||||||
|       - /share/docker_data/authentik/custom-templates:/templates |       - /share/docker_data/authentik/custom-templates:/templates | ||||||
|     env_file: |     env_file: | ||||||
|       - .env |       - /data/.env | ||||||
|     depends_on: |     depends_on: | ||||||
|       - postgresql |       - postgresql | ||||||
|       - redis |       - redis | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 ladislav.dusa
					ladislav.dusa