Added FoundryVTT Quadlet #3
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: redbeardymcgee/podbox#3
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "features/foundryvtt"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've been setting these to
on-failure
. My understanding is the valuealways
would restart a container that exits with a success status code, which I think is undesirable. InFoundry
this won't matter, because the container isn't supposed to exit at all.What do you think?
I've been wondering about how to do these best. Some containers have a lot of env vars to configure, and I think we want to demonstrate best practices with
EnvironmentFile=foundryvtt.env
for example. Unfortunately, I think we can't passsecrets
intofoo.env
like we can withSecret=secret-password,type=env,target=MY_ENV_VAR
.I'm not sure how to handle this best yet. Do you have any suggestions? Maybe I should keep it simple and just leave the .env files out of the repo?
Will add them manually individually
mistake in location
Pull request closed