Test yourself under real exam conditions: 50 timed questions, 60 on the clock, pass mark 70%%. Instant score with a full review of everything you got wrong. Free — no account needed.
Exam details
volumes: - ./local:/app
restart: unless-stopped
environment:<br> - KEY=value or env_file: .env
depends_on:<br> db:<br> condition: service_healthy
healthcheck:<br> test: ['CMD-SHELL','pg_isready -U postgres']<br> interval: 5s<br> retries: 10