Allow frontend container to run as non-root user

Also clean it up a bit
This commit is contained in:
JuniorJPDJ 2022-07-09 13:42:56 +00:00
commit fb8eb8e2ed
3 changed files with 18 additions and 8 deletions

View file

@ -1,6 +1,5 @@
upstream funkwhale-api {
# depending on your setup, you may want to update this
server api:5000;
server ${FUNKWHALE_API_HOST}:${FUNKWHALE_API_PORT};
}