You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
369 B

services:
app:
build:
context: ..
dockerfile: .devcontainer/Dockerfile
volumes:
- ..:/workspaces/ghostfolio:cached
- node_modules:/workspaces/ghostfolio/node_modules
command: sleep infinity
depends_on:
postgres:
condition: service_healthy
redis:
condition: service_healthy
volumes:
node_modules: