werwe
This commit is contained in:
parent
a5d020973e
commit
d0fcddc803
|
|
@ -22,7 +22,7 @@ services:
|
|||
ports:
|
||||
- "3060:3000"
|
||||
depends_on:
|
||||
postgres:
|
||||
postgres
|
||||
restart: unless-stopped
|
||||
|
||||
# ======== DEV ========
|
||||
|
|
@ -42,7 +42,7 @@ services:
|
|||
ports:
|
||||
- "3060:3000"
|
||||
depends_on:
|
||||
postgres:
|
||||
postgres
|
||||
volumes:
|
||||
- .:/app:cached # Quellcode aus dem Host
|
||||
- /app/node_modules # Anonymes Volume: verhindert Konflikte mit Host
|
||||
|
|
|
|||
Loading…
Reference in New Issue