Commit Graph

6 Commits

Author SHA1 Message Date
DESKTOP-T0O5CDB\DESK-555BD
4f76991840 persist dataprotection keys. 2024-01-07 15:10:32 -07:00
DESKTOP-GENO133\IvanPlex
f639c2c38b accidentally comitted my volume configs, fixed bug related to missing userconfig file. 2024-01-07 07:28:52 -07:00
DESKTOP-GENO133\IvanPlex
4e92155f5b Update docker compose file and move env to own file. 2024-01-07 07:13:06 -07:00
DESKTOP-GENO133\IvanPlex
d625a91ed7 auto publish to GHCR 2024-01-06 21:46:29 -07:00
Florian Schroen
2e301760f4 rename docker-compose files and remove unused network "app"
the default docker compose file should be minimal and easy to read as docker-compose.yml

other docker-compose variants for typical setup should be named as:
 docker-compose.<variant>.yml

this way one could use e.g. `docker compose -f docker-compose.traefik.yml up` to
start the variant for traefik. (mind keeping the file extension)

and fixed a typo the README.md
2024-01-06 19:01:18 +01:00
Florian Schroen
401724b66b add docker-compose.yml, refactor for docker volume usage
user defined data should not be mixed with static application data in
one directory.

therefore we need to move some files like db and userconfig to separate
directories, which can then be declared as docker volumes.
2024-01-06 17:56:10 +01:00