pyronear / pyro-platform

Detection & monitoring platform of wildfires
https://platform.pyronear.org/
Apache License 2.0
10 stars 10 forks source link

compose: updating prod compose file #124

Closed Akilditu closed 9 months ago

Akilditu commented 9 months ago

This PRs aims at adding a docker-compose-prod.yml deployed on VMs that does the following:

  1. Stop building frontend service from local folder
  2. Using the image instead from pyronear/pyro-platform:latest

Any feedback is welcome !

MateoLostanlen commented 9 months ago

@Akilditu if you are changing the file name I guess you need to update this accordingly

Akilditu commented 9 months ago

@Akilditu if you are changing the file name I guess you need to update this accordingly

True actually, moreover this needs to be renamed on VMs as well. I just did it to the ubuntu one.

Nope actually the simple way for dev VM is to have a proper compose.yml with the subdomain variation for traefik no need to have it tracked within main repo.

You can check how it is there.