Skip to content

Commit

Permalink
improve the docker compose networks
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jan 9, 2025
1 parent 2c9865e commit f4f5d1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ services:
timeout: 5s # Timeout after 5 seconds
retries: 3 # Retry 3 times before marking as unhealthy
start_period: 10s # Wait 10 seconds before starting health checks
restart: always # Automatically restart the container if it fails or becomes unhealthy

puppeteer-image:
image: ghcr.io/puppeteer/puppeteer:22.4.1
Expand Down

0 comments on commit f4f5d1a

Please sign in to comment.