November 4, 20187 yr I'm trying to get this app installed into a Docker: https://github.com/xur17/southwest-alerts It has a dockerhub entry which I tried but it fails to boot in unraid, probably because the variables are not being properly set. Its a cool app, it monitors Southwest flight prices and lets you rebook to save some cash when the flight prices drop. Is there something I can do to add it to my server? I'm good enough to get containers going for my entertainment apps but something custom like this is beyond me. Thank you!
November 4, 20187 yr You need to add the environment variables listed in the instructions (Since the author did not include the environment variables within the dockerFile, CA's conversion cannot pick them up) MAILGUN_DOMAIN MAILGUN_API_KEY USERNAME1 PASSWORD1 EMAIL1 And also set up a mailgun account (whatever that is)
November 4, 20187 yr Author Thank you very much! Apologies, this is all really new to me, would I be adding those in a string under "Extra Parameters?" or "Post Arguments?"
November 4, 20187 yr 7 minutes ago, internetfriend said: would I be adding those in a string under "Extra Parameters?" or "Post Arguments?"
November 4, 20187 yr Author Right on! This is actually the system I was using before heroku was banned by southwest: https://github.com/samyun/southwest-price-drop-bot However it doesn't seem to have a docker hub entry. Before I go down the path of setting up the one I linked before, is it possible to deploy this git into a docker and use it instead without there being an existing docker file in the hub? Thanks again for your help, its very appreciated!
Archived
This topic is now archived and is closed to further replies.