Closed hugoprudente closed 3 years ago
Background:
I have multiple licenses of Foundry what's great for development or allow my GM to create things in 1 campaign while I work in the other one.
With that I ended up with all my assets duplicated, all my tiles, tokens and things.
On normal linux deploy I would symlink the things and all god, but the container for safety prevents that :)
So we need to mount the directory as shared.
This will track the implementation of the feature where I'll
Add 1 mount point RO Add 1 mountpoint RW
So you can choose how you share our resources with your own game instances to save you a lot of space if you don't use S3 based app.
Background:
I have multiple licenses of Foundry what's great for development or allow my GM to create things in 1 campaign while I work in the other one.
With that I ended up with all my assets duplicated, all my tiles, tokens and things.
On normal linux deploy I would symlink the things and all god, but the container for safety prevents that :)
So we need to mount the directory as shared.
This will track the implementation of the feature where I'll
Add 1 mount point RO Add 1 mountpoint RW
So you can choose how you share our resources with your own game instances to save you a lot of space if you don't use S3 based app.