mirror of
				https://github.com/arcan1s/ahriman.git
				synced 2025-11-04 07:43:42 +00:00 
			
		
		
		
	chore: add index page recipe
This commit is contained in:
		
							
								
								
									
										48
									
								
								recipes/index/compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										48
									
								
								recipes/index/compose.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,48 @@
 | 
			
		||||
services:
 | 
			
		||||
  backend:
 | 
			
		||||
    image: arcan1s/ahriman:edge
 | 
			
		||||
    privileged: true
 | 
			
		||||
 | 
			
		||||
    environment:
 | 
			
		||||
      AHRIMAN_DEBUG: yes
 | 
			
		||||
      AHRIMAN_OUTPUT: console
 | 
			
		||||
      AHRIMAN_REPOSITORY: ahriman-demo
 | 
			
		||||
 | 
			
		||||
    configs:
 | 
			
		||||
      - source: service
 | 
			
		||||
        target: /etc/ahriman.ini.d/99-settings.ini
 | 
			
		||||
 | 
			
		||||
    volumes:
 | 
			
		||||
      - type: volume
 | 
			
		||||
        source: repository
 | 
			
		||||
        target: /var/lib/ahriman
 | 
			
		||||
        volume:
 | 
			
		||||
          nocopy: true
 | 
			
		||||
 | 
			
		||||
    command: repo-report
 | 
			
		||||
 | 
			
		||||
  frontend:
 | 
			
		||||
    image: nginx
 | 
			
		||||
    ports:
 | 
			
		||||
      - 8080:80
 | 
			
		||||
 | 
			
		||||
    configs:
 | 
			
		||||
      - source: nginx
 | 
			
		||||
        target: /etc/nginx/conf.d/default.conf
 | 
			
		||||
 | 
			
		||||
    volumes:
 | 
			
		||||
      - type: volume
 | 
			
		||||
        source: repository
 | 
			
		||||
        target: /srv
 | 
			
		||||
        read_only: true
 | 
			
		||||
        volume:
 | 
			
		||||
          nocopy: true
 | 
			
		||||
 | 
			
		||||
configs:
 | 
			
		||||
  nginx:
 | 
			
		||||
    file: nginx.conf
 | 
			
		||||
  service:
 | 
			
		||||
    file: service.ini
 | 
			
		||||
 | 
			
		||||
volumes:
 | 
			
		||||
  repository:
 | 
			
		||||
		Reference in New Issue
	
	Block a user