Remove custom covid-19 french attestation generator
This commit is contained in:
parent
a70c408be5
commit
006b8aa327
|
@ -20,7 +20,6 @@ seedbox and personal media server.
|
||||||
| Portainer | portainer.yourdomain.com | [portainer/portainer](https://hub.docker.com/r/portainer/portainer) | *latest* | Container management|
|
| Portainer | portainer.yourdomain.com | [portainer/portainer](https://hub.docker.com/r/portainer/portainer) | *latest* | Container management|
|
||||||
| Netdata | netdata.yourdomain.com | [netdata/netdata](https://hub.docker.com/r/netdata/netdata) | *latest* | Server monitoring |
|
| Netdata | netdata.yourdomain.com | [netdata/netdata](https://hub.docker.com/r/netdata/netdata) | *latest* | Server monitoring |
|
||||||
| Duplicati | duplicati.yourdomain.com | [linuxserver/duplicati](https://hub.docker.com/r/linuxserver/duplicati)| *latest* | Backups |
|
| Duplicati | duplicati.yourdomain.com | [linuxserver/duplicati](https://hub.docker.com/r/linuxserver/duplicati)| *latest* | Backups |
|
||||||
| Attestation COVID-19 | attestation.yourdomain.com | [fromenje/attestation-covid-19](https://hub.docker.com/r/fromenje/attestation-covid-19) | *latest* | (France) Attestation de déplacement, mémorise les champs dans le navigateur |
|
|
||||||
|
|
||||||
The front-end reverse proxy (Traefik - *version1 **v1.7-alpine***) routes based on the lowest level subdomain
|
The front-end reverse proxy (Traefik - *version1 **v1.7-alpine***) routes based on the lowest level subdomain
|
||||||
(e.g. `deluge.example.com` would route to deluge). Since this is how the router
|
(e.g. `deluge.example.com` would route to deluge). Since this is how the router
|
||||||
|
|
|
@ -299,18 +299,6 @@ services:
|
||||||
- 'traefik.frontend.auth.basic.users=${HTTP_USER}:${HTTP_PASSWORD}'
|
- 'traefik.frontend.auth.basic.users=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||||
- 'traefik.enable=true'
|
- 'traefik.enable=true'
|
||||||
|
|
||||||
attestation:
|
|
||||||
image: fromenje/attestation-covid-19
|
|
||||||
container_name: attestation-covid-19
|
|
||||||
restart: always
|
|
||||||
networks:
|
|
||||||
- web
|
|
||||||
labels:
|
|
||||||
- 'traefik.backend=attestation'
|
|
||||||
- 'traefik.port=80'
|
|
||||||
- 'traefik.frontend.rule=Host:attestation.${TRAEFIK_DOMAIN}'
|
|
||||||
- 'traefik.enable=true'
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
webgateway:
|
webgateway:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
|
Loading…
Reference in New Issue