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