Skip to content

tomMoulard/2FAuth-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2FAuth docker

A repo with project to bring Docker support to 2Fauth.

TODO

  • Add support for proper SQL server

How to ?

Run the tommoulard/2fauth docker container and set the environnement variables like in the example.

For this image to properly work, I added some more env vars:

Env Var Description
APP_URL The host address to serve the application on [default: 0.0.0.0]
APP_PORT The port to serve the application on [default: 80]
APP_TRIES The max number of ports to attempt to serve from [default: 10]

By example, you can add the content of docker-compose to your infrastructure.