mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 18:31:05 +00:00
11 lines
381 B
YAML
11 lines
381 B
YAML
![]() |
version: "3"
|
||
|
services:
|
||
|
app:
|
||
|
volumes:
|
||
|
# Mounts the project folder to '/workspace'. While this file is in .devcontainer,
|
||
|
# mounts are relative to the first file in the list, which is a level up.
|
||
|
- .:/castopod-host:cached
|
||
|
|
||
|
# Overrides default command so things don't shut down after the process ends.
|
||
|
command: /bin/sh -c "while sleep 1000; do :; done"
|