Remove Puma pidfile before boot if container receives SIGTERM (#7052)
This commit is contained in:
		
							parent
							
								
									023fe5181b
								
							
						
					
					
						commit
						c7ac039697
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -35,7 +35,7 @@ services:
 | 
				
			||||||
    image: tootsuite/mastodon
 | 
					    image: tootsuite/mastodon
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    env_file: .env.production
 | 
					    env_file: .env.production
 | 
				
			||||||
    command: bundle exec rails s -p 3000 -b '0.0.0.0'
 | 
					    command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000 -b '0.0.0.0'"
 | 
				
			||||||
    networks:
 | 
					    networks:
 | 
				
			||||||
      - external_network
 | 
					      - external_network
 | 
				
			||||||
      - internal_network
 | 
					      - internal_network
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue