no healthy check
This commit is contained in:
parent
3223cf9310
commit
a5d020973e
|
|
@ -23,7 +23,6 @@ services:
|
|||
- "3060:3000"
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
restart: unless-stopped
|
||||
|
||||
# ======== DEV ========
|
||||
|
|
@ -44,7 +43,6 @@ services:
|
|||
- "3060:3000"
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
- .:/app:cached # Quellcode aus dem Host
|
||||
- /app/node_modules # Anonymes Volume: verhindert Konflikte mit Host
|
||||
|
|
|
|||
Loading…
Reference in New Issue