safe-infrastructure icon indicating copy to clipboard operation
safe-infrastructure copied to clipboard

Improve our docs using yearn docs

Open Uxio0 opened this issue 3 years ago • 6 comments

  • https://github.com/numan/yearn-gnosis-safe

Uxio0 avatar Nov 24 '22 15:11 Uxio0

This repo is based on AWS. Hope there is a new document just based on Ubuntu, so it can be used with all cloud providers.

gzliudan avatar Dec 28 '22 08:12 gzliudan

This repo is based on AWS. Hope there is a new document just based on Ubuntu, so it can be used with all cloud providers.

Our current docker compose setup can be used with every VPS

Uxio0 avatar Jan 17 '23 09:01 Uxio0

Yes, also hope there is a document for production which can be used with every VPS and not use docker.

gzliudan avatar Jan 17 '23 09:01 gzliudan

Why not docker? All of our infrastructure is build with containers in mind as every system should be able to run them

Uxio0 avatar Jan 17 '23 10:01 Uxio0

Hello @Uxio0,

  • Does Running our services locally can be used for production? If so, how to remove the port number 8080 from the URL http://localhost:8080/?
  • Can this method be used to set up an EC2 instance in AWS for public deployment? Why did you include the word 'locally' in the sentence? It appears that this setup method is intended solely for local testing and not for public deployment.

comverser avatar Feb 23 '23 06:02 comverser

Does Running our services locally can be used for production? If so, how to remove the port number 8080 from the URL http://localhost:8080/?

You need to update the docker compose file to remove it and also make adjudments like using a reverse proxy with https

Can this method be used to set up an EC2 instance in AWS for public deployment?

This repository is only an example on how our stack runs together, but need to be adapted by every team according to their needs

Uxio0 avatar Feb 23 '23 11:02 Uxio0