Update wrapper/docker-compose.yml
This commit is contained in:
		
							parent
							
								
									e7beee2462
								
							
						
					
					
						commit
						f94da4c6e1
					
				@ -11,7 +11,6 @@ services:
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
 | 
			
		||||
    environment:
 | 
			
		||||
      # Bot runtime (prefix-free)
 | 
			
		||||
      DISCORD_TOKEN: ${DISCORD_TOKEN}
 | 
			
		||||
      HOME_GUILD_ID: ${HOME_GUILD_ID}
 | 
			
		||||
      DATA_FILE: ${DATA_FILE:-/data/data.json}
 | 
			
		||||
@ -29,11 +28,9 @@ services:
 | 
			
		||||
      PIP_INSTALL_REQUIREMENTS: ${PIP_INSTALL_REQUIREMENTS:-1}
 | 
			
		||||
      WRAPPER_STOP_TIMEOUT: ${WRAPPER_STOP_TIMEOUT:-25}
 | 
			
		||||
 | 
			
		||||
      # Playwright cache/browsers
 | 
			
		||||
      # Playwright & locale
 | 
			
		||||
      WITH_PLAYWRIGHT: ${WITH_PLAYWRIGHT:-1}
 | 
			
		||||
      PLAYWRIGHT_BROWSERS_PATH: ${PLAYWRIGHT_BROWSERS_PATH:-/cache/pw-browsers}
 | 
			
		||||
 | 
			
		||||
      # Locale
 | 
			
		||||
      LANG: ${LANG:-C.UTF-8}
 | 
			
		||||
 | 
			
		||||
    volumes:
 | 
			
		||||
@ -43,7 +40,7 @@ services:
 | 
			
		||||
volumes:
 | 
			
		||||
  data:
 | 
			
		||||
    external: true
 | 
			
		||||
    name: ${VOL_DATA:-shaiwatcher_data}
 | 
			
		||||
    name: ${VOL_DATA:-shaiwatcher_shaiwatcher_data}   # <-- exact existing name
 | 
			
		||||
  cache:
 | 
			
		||||
    external: true
 | 
			
		||||
    name: ${VOL_CACHE:-shaiwatcher_cache}
 | 
			
		||||
    name: ${VOL_CACHE:-shaiwatcher_shaiwatcher_cache} # <-- exact existing name
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user