Replies: 5 comments 14 replies
-
I have a question regarding (from 2fauth-docker's entrypoint): php artisan migrate
php artisan passport:install
php artisan storage:link
php artisan cache:clear > /dev/null 2>&1
php artisan config:cache > /dev/null 2>&1 On my side, inspiring from your readme and some try-and-fail, there are two cases:
I write a file at What do you think about this approach? |
Beta Was this translation helpful? Give feedback.
-
Hi @qdm12 Thanks for this analysis. I have not much experience with Docker, most of the setup I used in the |
Beta Was this translation helpful? Give feedback.
-
To @qdm12 and @MohamedElashri coming from #25 Yes Travis has a limit, but it's a not a true limit since it is possible to request for more time freely as long as the repo is public. From what I know this is an action they took to fight against bots that use this free server time to mine cryptos. But this is a cumbersome process I'll be happy to avoid. And I'm interested in discovering GA so no pb to leave Travis. |
Beta Was this translation helpful? Give feedback.
-
@Bubka I have a question, if you start using sqlite and then switch to mysql (for example), is there any migration procedure? Or not? No migration procedure is fine with me, I just want to make sure this doc section is accurate. |
Beta Was this translation helpful? Give feedback.
-
@Bubka One last thing, do you think you could hack this sometime soon: #38 ? It's the last piece before it's all ready (see checklist) Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi @Bubka
I created this discussion in order to discuss the Docker setup for the repo instead of discussing in multiple issue threads.
First question is below which you can answer in the question thread 😉
Sum up of changes I would like to do:
Bubka/2Fauth-Docker
qdm12/2Fauth
80
8000
8000
php:7.4-apache
debian:buster-slim
debian:buster-slim
7.4
7.3
7.3
.env
.env
on their host to populate their env with DockerReferences:
Beta Was this translation helpful? Give feedback.
All reactions