final commit

This commit is contained in:
2026-07-19 20:05:28 +05:30
parent 1a1272649f
commit adf653d0ee
5 changed files with 63 additions and 13 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
url-health-monitor:
build: .
container_name: url-health-monitor
ports:
- "3000:3000"
env_file:
- .env
restart: unless-stopped
volumes:
- ./backend/database:/app/backend/database