Commit Graph

31 Commits (c1dc3ec9282b95d69693df9b8edab1b29d2196d9)

Author SHA1 Message Date
Falko Zurell 7ba1efe6a9
switch from MySQL docker images to MariaDB
This seems to address some rare occasions where MySQL conversions causes issues as in https://github.com/pixelfed/pixelfed/issues/2989
3 years ago
criadoperez bbccfdeff2
docker-compose file fix 4 years ago
Alexandra Dunn 927ef3b057 docker-compose: store default db passwords in .env.docker
and have redis use a password as well
4 years ago
Shlee 43e8aa7716
Update docker-compose.yml 5 years ago
Shlee 6ef6841e5b
Update docker-compose.yml 5 years ago
Ashley Hull 5c65b81851 Docker changes 5 years ago
Albatroz Jeremias 872e8b6438 add .env file so that it won't fail when generating APP_KEY 5 years ago
Sven Fischer 63514075bd Revert "docker: provide .env to the redis container, too"
This reverts commit c864f4b222.
6 years ago
Sven Fischer d8a8c2d83d Revert "docker: expose redis port so the app can connect to it"
This reverts commit d4e1123ea7.
6 years ago
Sven Fischer c864f4b222 docker: provide .env to the redis container, too 6 years ago
Sven Fischer d4e1123ea7 docker: expose redis port so the app can connect to it 6 years ago
Sven Fischer ffe5070778 docker db use native password as auth method
This commit changes the default auth plugin of mysql to
mysql_native_password, because otherwise the laravel app couldn't
connect to the mysql database. The following error was thrown:

`SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client`
6 years ago
Sven Fischer 8de7de4588 use Dockerfile.apache by default
In docker-compose, using a symlink from ./Dockerfile
to contrib/docker/Dockerfile.apache does not work. Therefore the symlink
is deleted and the docker-compose.yml is instructed to use the file
Dockerfile.apache in contrib by default.
6 years ago
Shlee 04077c2ba1
Update docker-compose.yml 6 years ago
Shlee dc6dccec15
Update docker-compose.yml 6 years ago
Shleeble 98c56a68c1
Update docker-compose.yml 6 years ago
Shleeble 72d4c467bd
Update docker-compose.yml 6 years ago
Shleeble a5125b9239
Update docker-compose.yml 6 years ago
Shleeble d2e977741b
Update docker-compose.yml 6 years ago
Shleeble 105a7486b7
Update docker-compose.yml 6 years ago
Shleeble 602662d991
Update docker-compose.yml 6 years ago
Shleeble 62300230c8
Update docker-compose.yml 6 years ago
kaiyou a5761f7ebf Drop privileges when starting artisan or horizon 7 years ago
Pierre Jaury 16dc76db17 Merge branch 'dev' of https://github.com/dansup/pixelfed into dev 7 years ago
Angristan e170830aca
Provide at least a major version of redis for the docker image
Considering Redis 5 is currently in RC, it would be safer to provide at least a major version of Redis, even if there is not compatibility issue yet.
7 years ago
Pierre Jaury cce25eb771 Use environment variables only (no .env file) and separate horizon 7 years ago
Pierre Jaury 4998830fa1 Update the docker compose to use the apache image 7 years ago
Moritz Heiber 1fec673728
Replaced docker-compose.yml, run composer as root, create needed directories for application storage, revert changes to nginx.conf 7 years ago
Moritz Heiber 5117f003fe Revert the changes to the docker-compose.yml, we can merge the files later if necessary 7 years ago
Moritz Heiber 609ca40e69 Tweaked the Docker configuration 7 years ago
kpcyrd 77ca794cf0 Add simple docker deployment 7 years ago