Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/openstatusHQ/openstatus. ๐ซ Status page with uptime monitoring & API monitoring as code ๐ซ openstatus.dev
bun drizzle-orm monitoring monitoring-as-code nextjs observability on-call open-source shadcn-ui status-page statuspage synthetic-monitoring tinybird turso uptime uptime-checker uptime-monitor
Something went wrong. Try again.
475 B ยท 21 lines
YAML
12345678910111213141516171819202122name: workflows-testservices: workflows-test: build: context: ../.. dockerfile: apps/workflows/Dockerfile env_file: - ../../.env.docker
extra_hosts: - "host.docker.internal:host-gateway"
ports: - 3000:3000 - 8081:8081 volumes: - type: bind source: ./data target: /app/data image: workflows-test # command: .