diff --git a/covid19/.gitignore b/covid19/.gitignore index f8133d1..b62dc6f 100644 --- a/covid19/.gitignore +++ b/covid19/.gitignore @@ -1,2 +1,4 @@ schema/ covidapp-repo/ +covidapp-autoupdater/ + diff --git a/covid19/docker-compose.yml b/covid19/docker-compose.yml index 8612a90..3f488fa 100644 --- a/covid19/docker-compose.yml +++ b/covid19/docker-compose.yml @@ -20,10 +20,12 @@ services: ports: - "1337:1337" labels: - - "traefik.enable=true" - - "traefik.http.routers.covidapp.rule=Host(`covid.whitney.rip`)" - - "traefik.http.routers.covidapp.entrypoints=web" - + - traefik.http.routers.covidapp.rule=Host(`covid.whitney.rip`) + - traefik.http.routers.covidapp.tls=true + - traefik.http.routers.covidapp.tls.certresolver=lets-encrypt + - traefik.http.services.covidapp.loadbalancer.server.port=1337 + - traefik.port=1337 + mysql: image: mysql/mysql-server:latest container_name: mysql_covidapp