August 11, 2025Aug 11 Id like to install [SparkyFitness](https://github.com/CodeWithCJ/SparkyFitness) but I have never successfully installed a container that's not available in the community apps. This one is a little more complex as it requires a specific postgres db too. Any guides on how I can accomplish the install? Or should I wait until someone gets it added to the Community Apps? Thanks!
May 31May 31 Hi Evergreeni know its almost been a year but i just installed it myself are you still interested in installing sparkyfitness?
June 2Jun 2 On 5/31/2026 at 12:18 PM, jak600 said:Hi Evergreeni know its almost been a year but i just installed it myself are you still interested in installing sparkyfitness?I am! :)I struggled with this in my first attempt, please share what worked for you! Thanks
June 3Jun 3 That worked for me. Customize it to fit your dataI used it in Docker Compose on Unraid, and it worked.It comes from the Synology NAS guide available here:SparkyFitness on Your Synology NASservices:sparkyfitness-db:image: postgres:15-alpinecontainer_name: SparkyFitness-DBhostname: sparkyfitness-dbsecurity_opt:- no-new-privileges:trueenvironment:POSTGRES_DB: sparkyPOSTGRES_USER: sparkyuserPOSTGRES_PASSWORD: sparkypassvolumes:- /mnt/cache_ssd/dockers/fitness/sparkyfitnessdb:/var/lib/postgresql/data:rwrestart: on-failure:5sparkyfitness-web:image: codewithcj/sparkyfitness:latestcontainer_name: SparkyFitness-WEBports:- 13003:80depends_on:- sparkyfitness-serverrestart: on-failure:5sparkyfitness-server:image: codewithcj/sparkyfitness_server:latestcontainer_name: SparkyFitness-SERVERenvironment:SPARKY_FITNESS_LOG_LEVEL: INFOSPARKY_FITNESS_APP_DB_USER: sparkyuserSPARKY_FITNESS_APP_DB_PASSWORD: sparkypassSPARKY_FITNESS_DB_USER: sparkyuserSPARKY_FITNESS_DB_PASSWORD: sparkypassSPARKY_FITNESS_DB_HOST: sparkyfitness-dbSPARKY_FITNESS_DB_NAME: sparkySPARKY_FITNESS_DB_PORT: 5432SPARKY_FITNESS_SERVER_PORT: 3010SPARKY_FITNESS_EXTRA_TRUSTED_ORIGINS: "*"ALLOW_PRIVATE_NETWORK_CORS: trueNODE_ENV: productionTZ: Europe/BucharestSPARKY_FITNESS_API_ENCRYPTION_KEY: 8b21ebe710cd46d4894f463264480f78fbf864b2ff0ee106b8d63ad434476eaeJWT_SECRET: mVql49lpEas2imJWcNPKnbfLsWrfoh7rAyCiNRXEz7g=BETTER_AUTH_SECRET: mVql49lpEas2imJWcNPKnbfLsWrfoh7rAyCiNRXEz7g=SPARKY_FITNESS_FRONTEND_URL: https://*****.your.site.com*********SPARKY_FITNESS_DISABLE_SIGNUP: false #or true to Disable Sign Up after first registration.ports:- 4059:3010depends_on:- sparkyfitness-dbrestart: on-failure:5 Edited June 3Jun 3 by faxxe71
June 16Jun 16 On 6/2/2026 at 6:27 PM, DRW315 said:I am! :)I struggled with this in my first attempt, please share what worked for you! ThanksWhat error are you stuck on?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.