geosolutions-it / sciadro-backend

https://waffle.io/geosolutions-it/sciadro-backend
1 stars 3 forks source link

docker quick review / questions #68

Closed randomorder closed 5 years ago

randomorder commented 5 years ago
petrus7 commented 5 years ago
tdipisa commented 5 years ago
  • According to Lets encrypt i didnt set it up, i wasnt even aware it is there Do you want me to use it and generate ssl cert for the server domain (i suppose we need domain for the server, ip is not enough)

we don't need it now

  • nginx will be switched for 80

please proceed with this

  • all traffic will be send trough nginx, no more direct calls to frontend

please proceed with this

  • i didnt firewall config, do you want me do to that?

please proceed with this

  • switch H2 db to postgresl, ill need some guidlines how to do that

we don't need it now

  • make postgresql volume persistent, ill do that

we don't need it now

@petrus7 please provide an estimate

petrus7 commented 5 years ago

Firewall not done yet here is example config which i want to test: sudo ufw default deny incoming sudo ufw default allow outgoing sudo ufw allow ssh sudo ufw allow http sudo ufw allow https sudo ufw allow ftp sudo ufw route allow proto tcp from any to any port 80