services: webmail: image: ghcr.io/bulwarkmail/webmail:latest ports: - "3000:3000" env_file: - .env.local healthcheck: test: [ "CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:3000/api/health", ] interval: 30s timeout: 5s retries: 3 start_period: 10s restart: unless-stopped