serve vue spa from axum
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user