kosmas58 / pia-docker

Killian Kemps (https://github.com/KillianKemps) has created an awesome Docker configuration to setup a Docker environment for production purpose. Thanks to Killian it is much easier now to run PIA. A simple docker-compose up does everything and gives a running website : front-end, back-end and database.
GNU General Public License v3.0
37 stars 34 forks source link

Update to tag 1.6.0 #2

Closed KillianKemps closed 6 years ago

KillianKemps commented 6 years ago

Hello,

This PR updates the Dockerfiles to use the Git tag in order to have stable versions.

I added a workaround for the front app, because one Typescript file should have the version number registered (see issue). As the original app hasn't set it up, we do it ourselves in the Dockerfile instead.

KillianKemps commented 6 years ago

Thank you ! :+1: