Skip to content

Is spaces optional? #27

Answered by timothymamo
lsshawn asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @lsshawn,

Spaces is optional and you can store your data on the Droplet (this obviously would mean that you would loose any data stored if the Droplet is restarted, but you seem to be ok with this).

You would need to modify the docker-compose file to specify not to use the Spaces bucket within the storage container (see example in supabase repo) and you would have to remove any reference of creating the Spaces bucket within the terraform files here, here and here, as well as the env file here (I think I got them all but you'd have to check).

You will still need to attach the Volume to the Droplet to ensure that the data being stored on the database is not lost should the droplet be res…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lsshawn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants