CI and Dockerisation rewrite
Compare changes
- Konrad Botor authored
+ 11
− 9
@@ -110,7 +110,7 @@ If you wish to create your own .env file , you may want to use [.env](.env) as a
@@ -136,19 +136,21 @@ docker compose config
The first one changes the location of named volumes used by HAF container on from the host's default to the directories specified by the environment variables mentioned in [Environment variables](#environment-variables) section above. This makes the named volumes behave like bind mounts - which means that command `docker compose down -v` will not remove HAF's data. You need to do that manually.
- changes the location of named volumes used by HAF container on from the host's default to the directories specified by the environment variables mentioned in [Environment variables](#environment-variables) section above. This makes the named volumes behave like bind mounts - which means that command `docker compose down -v` will not remove HAF's data. It needs to be done that manually.
@@ -182,7 +184,7 @@ docker compose --project-name balance-tracker \
@@ -194,7 +196,7 @@ docker compose --project-name balance-tracker \