chore: scaffold denpa-radio repo
This commit is contained in:
commit
b122cdaf34
2 changed files with 19 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# superpowers session output — local only
|
||||
docs/superpowers/
|
||||
|
||||
# generated configs and secrets
|
||||
config/*.env
|
||||
!config/*.env.example
|
||||
config/icecast.xml
|
||||
|
||||
# runtime data
|
||||
data/
|
||||
|
||||
# OS junk
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
5
docker-compose.yml
Normal file
5
docker-compose.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
name: 'denpa-radio'
|
||||
|
||||
services:
|
||||
# icecast added in Task 3
|
||||
# liquidsoap added in Task 6
|
||||
Loading…
Add table
Add a link
Reference in a new issue