mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-05 05:37:29 -07:00
Monica
Reference: https://hub.docker.com/_/monica
Installation
Using the default dockerfile provided, change the following
-
ports - default port will collide with traefik. Use something like 8022.
-
APP_KEY - generated with
echo -n 'base64:'; openssl rand -base64 32
like they suggest. -
env vars - change default user/pw
-
Add traefik tags.
Run everything & follow instructions.