-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically refresh upstream and create Docker image #541
Conversation
@SamR1 I'm working on docker images i'm looking at https://github.com/SamR1/FitTrackee/blob/master/db/create.sql , why do you drop database, if container restart it'll drop the DB. I've also created a repository in order to build fittrackee-db https://github.com/DavidHenryThoreau/fittrackee-db add all steps in the Dockercompose.yaml f49fc18 |
9cfe74d
to
32e7d5f
Compare
TODO : Run |
Images are built form source, need some testers : Have fun ! |
TODO :
docker
|
954f6ac
to
e1be509
Compare
Hi,
The SQL script allows to recreate databases easily for tests during developpement. About its execution (in
source: https://hub.docker.com/_/postgres/ As I said in the other MR, docker files present in this repository are intended for evaluation or development only. So the configuration is not suitable for production. Other changes or steps may be necessary to secure deployment in production. |
64f4409
to
cab78d6
Compare
Thanks for explanations
At the moment yes, but some users are waiting to use fittrackee in docker in production, that's why I'm working at it. |
b00d080
to
0c8d9cf
Compare
df1cdb6
to
91b4193
Compare
91b4193
to
7682ccc
Compare
No description provided.