Running Figaf in Docker compose

Running Figaf in Docker compose

You can also run from a docker image. 
It may be a simple way to run figaf locally in a simplied setup with a few simple commands.

This docker compose comes with buildin Postgresql:

Warning
If you use this productivly please improve the SSL settings and the Postgresql backup process.

1) Download the two files
2) Place them in a folder
3) Modify the docker compose to the latest image. You can find the latest image here

4) Modify the compose.env file if you want to add some more secure password for real usage. 

5) cd to the folder you have the file in and run

Quote
docker-compose --env-file compose.env up -d
or
Quote
docker compose --env-file compose.env up -d
Depending on docker compose version
6) Then you will hopefully see the tool is downloading and getting started

7) After some time you can reach Figaf at localhost:8089. It may take 1-2 minutes depending on your computer for it to start. 



You can stop the docker compose and start it later. Then the database should be persisted. 
If you need to upgrade the version you just change the version in the image.