serve vue spa from axum
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s

This commit is contained in:
2025-07-18 01:49:28 +01:00
parent de9aff6561
commit f9047644fe
48 changed files with 13819 additions and 11 deletions

View File

@ -8,7 +8,7 @@ services:
condition: service_started
healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://0.0.0.0:3000"]
interval: 1s
interval: 2s
retries: 3
timeout: 5s
@ -21,7 +21,7 @@ services:
condition: service_healthy
healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://localhost:7000/healthcheck"]
interval: 1s
interval: 2s
retries: 3
timeout: 5s
@ -32,9 +32,11 @@ services:
- "5432:5432"
environment:
POSTGRES_DB: nuchat
POSTGRES_USER: $POSTGRES_USER
POSTGRES_PASSWORD: $POSTGRES_PASSWORD
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d nuchat"]
interval: 1s
interval: 2s
retries: 3
timeout: 5s
volumes: