tools: fix make/compose
This commit is contained in:
+2
-10
@@ -17,7 +17,7 @@ services:
|
||||
- BIND=0.0.0.0
|
||||
- DB_URI=postgres://tout-doux:tout-doux@postgres:5432/tout-doux
|
||||
- CACHE_URI=redis://redis:6379
|
||||
command: uv run tout-doux --debug
|
||||
command: uv run --no-cache --no-sync --link-mode=copy tout-doux --debug
|
||||
networks:
|
||||
- backend
|
||||
depends_on:
|
||||
@@ -40,15 +40,7 @@ services:
|
||||
postgres:
|
||||
image: postgres:17
|
||||
healthcheck:
|
||||
test:
|
||||
[
|
||||
"CMD-SHELL",
|
||||
"pg_isready",
|
||||
"-d",
|
||||
"tout-doux",
|
||||
"-U",
|
||||
"tout-doux",
|
||||
]
|
||||
test: ["CMD-SHELL", "pg_isready -d tout-doux -U tout-doux"]
|
||||
interval: 10s
|
||||
timeout: 60s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user