first test

This commit is contained in:
Tomas Dvorak
2026-02-08 14:14:55 +01:00
parent 18aa702174
commit d27cf14110
372 changed files with 98089 additions and 2585 deletions
+20 -1
View File
@@ -10,6 +10,7 @@ services:
- "443:443"
environment:
- NODE_ENV=production
- VITE_DEMO_MODE=${VITE_DEMO_MODE}
depends_on:
- trackeep-backend
restart: unless-stopped
@@ -23,7 +24,7 @@ services:
ports:
- "8080:8080"
env_file:
- .env.prod
- .env
volumes:
- ./data:/data
- ./uploads:/app/uploads
@@ -74,6 +75,24 @@ services:
timeout: 3s
retries: 3
youtube-scraper:
build:
context: ./backend
dockerfile: Dockerfile.youtube-scraper
ports:
- "7857:7857"
restart: unless-stopped
networks:
- trackeep-network
healthcheck:
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:7857/ || exit 1"]
interval: 30s
timeout: 10s
retries: 3
start_period: 20s
profiles:
- demo
# Backup service
backup:
image: postgres:15-alpine