mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-11-04 04:08:20 +02:00 
			
		
		
		
	Merge pull request #589 from H3npi/H3npi-patch-1
Adds Healthcheck for default docker container
This commit is contained in:
		@@ -97,5 +97,9 @@ COPY Rocket.toml .
 | 
			
		||||
COPY --from=vault /web-vault ./web-vault
 | 
			
		||||
COPY --from=build /app/target/aarch64-unknown-linux-gnu/release/bitwarden_rs .
 | 
			
		||||
 | 
			
		||||
COPY docker/healthcheck.sh ./healthcheck.sh
 | 
			
		||||
 | 
			
		||||
HEALTHCHECK --interval=10s --timeout=1s CMD bash healthcheck.sh || exit 1
 | 
			
		||||
 | 
			
		||||
# Configures the startup!
 | 
			
		||||
CMD ["./bitwarden_rs"]
 | 
			
		||||
@@ -97,5 +97,9 @@ COPY Rocket.toml .
 | 
			
		||||
COPY --from=vault /web-vault ./web-vault
 | 
			
		||||
COPY --from=build /app/target/aarch64-unknown-linux-gnu/release/bitwarden_rs .
 | 
			
		||||
 | 
			
		||||
COPY docker/healthcheck.sh ./healthcheck.sh
 | 
			
		||||
 | 
			
		||||
HEALTHCHECK --interval=10s --timeout=1s CMD bash healthcheck.sh || exit 1
 | 
			
		||||
 | 
			
		||||
# Configures the startup!
 | 
			
		||||
CMD ["./bitwarden_rs"]
 | 
			
		||||
		Reference in New Issue
	
	Block a user