Comment on What open source solutions do you use or want to use?
worldofgeese@lemmy.world 1 year agoFor something simple that just needs a bind mount like
services: app: build: context: . target: base volumes: - ./debaser_studio:/opt/app-root/src/debaser_studio/debaser_studio ports: - "3000:3000" - "8000:8000" user: default
I haven’t found any issues. Do you have more complex needs?