generated from coop-cloud/example
Should the assets folder be a named volume? #8
Closed
opened 2021-06-24 16:50:37 +00:00 by decentral1se
·
3 comments
No Branch/Tag Specified
main
renovate/configure
issue-22
6.1.1+v6.3.3
dev
8.4.0+v8.3.0-trixie
8.3.2+v8.2.4-trixie
8.3.1+v8.2.3-trixie
8.3.0+v8.2.2-trixie
8.2.0+v8.2.1-trixie
8.0.0+v8.0.2-trixie
7.3.1+v7.3.0-bookworm
7.3.0+v7.3.0-bookworm
7.2.1+v7.3.0-bookworm
7.2.0+v7.3.0-bookworm
7.1.0+v7.1.1-bookworm
7.0.0+v7.0.1-bookworm
6.1.1+v6.3.3-bookworm
6.1.0+v6.3.3-bookworm
6.1.0+v7.3.0-bookworm
7.1.1+v7.1.1-bookworm
6.0.2+v6.0.4-bookworm
6.0.1+v6.0.0-bookworm
6.0.0+v6.0.0-bookworm
5.0.1+v5.2.1-bullseye
5.0.0+v5.2.1-bullseye
4.1.0+v5.2.1-bullseye
4.0.0+v5.0.1-bullseye
3.0.0+v4.3.0-bullseye
2.2.0+v4.2.2-bullseye
2.1.1+v4.1.1-bullseye
2.1.0+v4.1.0-bullseye
2.0.0+v4.0.0-bullseye
1.0.0+v3.4.1-buster
Labels
No items
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
appletalk
arjan
basebuilder
BornDeleuze
Brooke
carla
cas (Cassowary)
codegod100
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
flancian
Frando
iexos
jade (Jade Ambrose)
javielico (Javielico)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
marlon (marlon)
mayel
mirsal
moosemower
moritz
nicksellen (Nick Sellen)
notplants
oxaliq (sorrel)
p4u1
pau
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
PhiNatalie
renovate-bot (Comrade Renovate Bot)
ripclap
rix
rscmbbng
sef (sef)
simon
sixsmith (Sixsmith)
stevensting
tobias
trav (Trav Fryer)
val (val (he/him))
vaznasty
virtualboys
wolcen (Chris Thompson)
wykwit
xynosis
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: coop-cloud/peertube#8
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
When an upgrade is ran, they are not updated but they should be?
I had to manually remove the existing volume and redeploy for the ruangrupa instance.
Those files are served directly by nginx so they need to be in a named volume in order to be reachable.
What we could do instead as a workaround is use the nginx proxy-cache and forward the misses to the nodejs container... It would be much better to have the peertube container copy them over during startup though. Maybe the way to go is to do that ourselves in the entrypoint script (which we are already overriding)
Nice! Thanks for explaining that. Yes, the entrypoint hook to copy stuff would be great.
@decentral1se should be good to go :)