soundscape-community / soundscape

An iOS application/service that aids navigation through spatialized audio
https://soundscape.services
MIT License
18 stars 17 forks source link

data service: Add simple blue/green deployment to docker-compose.yml, add Caddyfiles to git #68

Closed RDMurray closed 10 months ago

RDMurray commented 10 months ago

This duplicates the tilesrv service in docker-compose.yml, to allow for zero downtime updates of the tile server. tilesrv-blue is started by default.

docker compose up --build -d tilesrv-green

This PR also restricts the 8081/8082 ports to localhost.

I chose 8081/8082 to make local testing easier since 8080 is a very common port.

This branch is already running on the production server.