no healthy check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user