mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00

- fix: set mediaBaseURL as baseURL if not defined - update dev documentation seting up a dev environment
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"
|