Commit graph

31 commits

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
2022-10-11 08:24:51 +02:00
criadoperez
bbccfdeff2
docker-compose file fix 2021-09-21 17:08:19 +02:00
Alexandra Dunn
927ef3b057 docker-compose: store default db passwords in .env.docker
and have redis use a password as well
2021-01-27 11:58:24 -08:00
Shlee
43e8aa7716
Update docker-compose.yml 2020-04-11 23:52:05 +08:00
Shlee
6ef6841e5b
Update docker-compose.yml 2020-04-11 23:50:08 +08:00
Ashley Hull
5c65b81851 Docker changes 2020-04-11 23:48:02 +08:00
Albatroz Jeremias
872e8b6438 add .env file so that it won't fail when generating APP_KEY 2020-01-20 18:13:51 +00:00
Sven Fischer
63514075bd Revert "docker: provide .env to the redis container, too"
This reverts commit c864f4b222.
2019-11-03 11:45:33 +01:00
Sven Fischer
d8a8c2d83d Revert "docker: expose redis port so the app can connect to it"
This reverts commit d4e1123ea7.
2019-11-03 11:45:03 +01:00
Sven Fischer
c864f4b222 docker: provide .env to the redis container, too 2019-11-01 23:58:50 +01:00
Sven Fischer
d4e1123ea7 docker: expose redis port so the app can connect to it 2019-11-01 22:48:16 +01:00
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`
2019-11-01 19:01:40 +01:00
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.
2019-11-01 18:59:13 +01:00
Shlee
04077c2ba1
Update docker-compose.yml 2019-06-03 10:53:13 +08:00
Shlee
dc6dccec15
Update docker-compose.yml 2019-05-22 01:15:15 +08:00
Shleeble
98c56a68c1
Update docker-compose.yml 2019-04-26 14:31:06 +08:00
Shleeble
72d4c467bd
Update docker-compose.yml 2019-04-24 22:26:13 +08:00
Shleeble
a5125b9239
Update docker-compose.yml 2019-04-24 22:08:45 +08:00
Shleeble
d2e977741b
Update docker-compose.yml 2019-04-22 10:40:32 +08:00
Shleeble
105a7486b7
Update docker-compose.yml 2019-04-18 22:23:47 +08:00
Shleeble
602662d991
Update docker-compose.yml 2019-04-16 14:18:40 +08:00
Shleeble
62300230c8
Update docker-compose.yml 2019-04-16 13:39:19 +08:00
kaiyou
a5761f7ebf Drop privileges when starting artisan or horizon 2018-11-11 18:04:23 +01:00
Pierre Jaury
16dc76db17 Merge branch 'dev' of https://github.com/dansup/pixelfed into dev 2018-08-13 15:59:39 +02:00
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.
2018-07-22 19:15:49 +02:00
Pierre Jaury
cce25eb771 Use environment variables only (no .env file) and separate horizon 2018-06-17 11:04:38 +02:00
Pierre Jaury
4998830fa1 Update the docker compose to use the apache image 2018-06-16 22:31:16 +02:00
Moritz Heiber
1fec673728
Replaced docker-compose.yml, run composer as root, create needed directories for application storage, revert changes to nginx.conf 2018-05-31 21:43:14 +02:00
Moritz Heiber
5117f003fe Revert the changes to the docker-compose.yml, we can merge the files later if necessary 2018-05-29 12:30:50 +02:00
Moritz Heiber
609ca40e69 Tweaked the Docker configuration 2018-05-29 10:28:19 +02:00
kpcyrd
77ca794cf0 Add simple docker deployment 2018-05-20 15:02:29 +02:00