Add caddy
This commit is contained in:
		
							parent
							
								
									73c6b454fa
								
							
						
					
					
						commit
						dfe87690d7
					
				
					 25 changed files with 162 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -4,8 +4,6 @@ services:
 | 
			
		|||
  app:
 | 
			
		||||
    image: cthulhoo/ttrss-fpm-pgsql-static
 | 
			
		||||
    restart: always
 | 
			
		||||
    labels:
 | 
			
		||||
      com.centurylinklabs.watchtower.enable: true
 | 
			
		||||
    env_file:
 | 
			
		||||
      - .env
 | 
			
		||||
      - .secret.env
 | 
			
		||||
| 
						 | 
				
			
			@ -19,8 +17,6 @@ services:
 | 
			
		|||
  updater:
 | 
			
		||||
    image: cthulhoo/ttrss-fpm-pgsql-static
 | 
			
		||||
    restart: always
 | 
			
		||||
    labels:
 | 
			
		||||
      com.centurylinklabs.watchtower.enable: true
 | 
			
		||||
    env_file:
 | 
			
		||||
      - .env
 | 
			
		||||
      - .secret.env
 | 
			
		||||
| 
						 | 
				
			
			@ -35,8 +31,6 @@ services:
 | 
			
		|||
  web-nginx:
 | 
			
		||||
    image: cthulhoo/ttrss-web-nginx
 | 
			
		||||
    restart: always
 | 
			
		||||
    labels:
 | 
			
		||||
      com.centurylinklabs.watchtower.enable: true
 | 
			
		||||
    volumes:
 | 
			
		||||
      - app:/var/www/html:ro
 | 
			
		||||
      - ./nginx.conf:/etc/nginx/nginx.conf
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue