update deploy tools for new front-end
This commit is contained in:
		@@ -18,12 +18,12 @@ services:
 | 
			
		||||
      test:
 | 
			
		||||
        [
 | 
			
		||||
          "CMD-SHELL",
 | 
			
		||||
          "wget -q --spider --proxy=off localhost:1337 || exit 1",
 | 
			
		||||
          "wget -q --spider --proxy=off localhost:5173 || exit 1",
 | 
			
		||||
        ]
 | 
			
		||||
    restart: always
 | 
			
		||||
    ports:
 | 
			
		||||
      - '1337:1337'
 | 
			
		||||
      - '1488:1488'
 | 
			
		||||
      - '5173:5173'
 | 
			
		||||
    build:
 | 
			
		||||
      context: ..
 | 
			
		||||
    env_file:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user