mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 13:46:09 +00:00 
			
		
		
		
	docker-compose.yml - fixes
This commit is contained in:
		@@ -87,14 +87,14 @@ services:
 | 
				
			|||||||
          }
 | 
					          }
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
          location / {
 | 
					          location / {
 | 
				
			||||||
            return 301 https://dls-backend$$request_uri;
 | 
					            return 301 https://$$host$$request_uri;
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
      EON
 | 
					      EON
 | 
				
			||||||
      cat /etc/nginx/nginx.conf
 | 
					 | 
				
			||||||
      nginx
 | 
					      nginx
 | 
				
			||||||
      EOF'
 | 
					      EOF'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  dls:
 | 
					  dls:
 | 
				
			||||||
    image: collinwebdesigns/fastapi-dls:latest
 | 
					    image: collinwebdesigns/fastapi-dls:latest
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user