12 lines
255 B
YAML
12 lines
255 B
YAML
|
|
version: "3.9"
|
||
|
|
|
||
|
|
services:
|
||
|
|
workspace:
|
||
|
|
image: mcr.microsoft.com/devcontainers/javascript-node:1-20-bookworm
|
||
|
|
command: sleep infinity
|
||
|
|
depends_on:
|
||
|
|
postgres:
|
||
|
|
condition: service_healthy
|
||
|
|
redis:
|
||
|
|
condition: service_healthy
|