mirror of
				https://git.tt-rss.org/fox/ttrss-docker-compose
				synced 2025-11-04 09:34:13 +01:00 
			
		
		
		
	switch default web container to nginx instead of (unmaintained) caddy v1
This commit is contained in:
		
							parent
							
								
									c42c514ed1
								
							
						
					
					
						commit
						c447753a50
					
				
					 1 changed files with 18 additions and 18 deletions
				
			
		| 
						 | 
					@ -72,15 +72,15 @@ services:
 | 
				
			||||||
      - app
 | 
					      - app
 | 
				
			||||||
    command: /updater.sh
 | 
					    command: /updater.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  web:
 | 
					#  web:
 | 
				
			||||||
    build: ./web
 | 
					#    build: ./web
 | 
				
			||||||
    restart: unless-stopped
 | 
					#    restart: unless-stopped
 | 
				
			||||||
    ports:
 | 
					#    ports:
 | 
				
			||||||
      - ${HTTP_PORT}:2015
 | 
					#      - ${HTTP_PORT}:2015
 | 
				
			||||||
    volumes:
 | 
					#    volumes:
 | 
				
			||||||
      - app:/var/www/html:ro
 | 
					#      - app:/var/www/html:ro
 | 
				
			||||||
    depends_on:
 | 
					#    depends_on:
 | 
				
			||||||
      - app
 | 
					#      - app
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#  web-ssl:
 | 
					#  web-ssl:
 | 
				
			||||||
#    build: ./web-ssl
 | 
					#    build: ./web-ssl
 | 
				
			||||||
| 
						 | 
					@ -97,15 +97,15 @@ services:
 | 
				
			||||||
#    depends_on:
 | 
					#    depends_on:
 | 
				
			||||||
#      - app
 | 
					#      - app
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#  web-nginx:
 | 
					  web-nginx:
 | 
				
			||||||
#    build: ./web-nginx
 | 
					    build: ./web-nginx
 | 
				
			||||||
#    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
#    ports:
 | 
					    ports:
 | 
				
			||||||
#      - ${HTTP_PORT}:80
 | 
					      - ${HTTP_PORT}:80
 | 
				
			||||||
#    volumes:
 | 
					    volumes:
 | 
				
			||||||
#      - app:/var/www/html:ro
 | 
					      - app:/var/www/html:ro
 | 
				
			||||||
#    depends_on:
 | 
					    depends_on:
 | 
				
			||||||
#      - app
 | 
					      - app
 | 
				
			||||||
 | 
					
 | 
				
			||||||
volumes:
 | 
					volumes:
 | 
				
			||||||
  db:
 | 
					  db:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue