Add an attestation generator with persistent data using cookies (COVID-19 French measure)
This commit is contained in:
		
							parent
							
								
									240615651c
								
							
						
					
					
						commit
						a9995ba91b
					
				|  | @ -280,6 +280,18 @@ 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/generateur-attestation | ||||||
|  |         container_name: generateur-attestation | ||||||
|  |         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