Commit Graph

65 Commits (c042d13590c0f6fd77f2f7f47e2f68ae4412a5b9)

Author SHA1 Message Date
daniel 1ff71b2e61
Merge pull request #4986 from jippi/build-frontend-in-docker
Docker: Allow optional building of the frontend
10 months ago
Norbert Tretkowski bf309297d5
`version` is obsolete 11 months ago
Christian Winther f428025db9 add docker-compose build setting for BUILD_FRONTEND 12 months ago
Christian Winther dd5878b256 Allow setting the DB root password seperately
Fixes https://github.com/pixelfed/pixelfed/issues/4980
12 months ago
Christian Winther c8c2e1c2eb update docs + paths 1 year ago
Christian Winther d9d2a475d8 sort keys in compose 1 year ago
Christian Winther 8fd27c6f0c use remote build cache for faster local dev 1 year ago
Christian Winther abee7d4d62 add missing profiles 1 year ago
Christian Winther bc66b6da18 many small fixes and improvements 1 year ago
Christian Winther 5c208d0519 allow easy overrides of any and all files in container via new override mount 1 year ago
Christian Winther d372b9dee7 Set stop_signal for worker to stop Horizon more correct 1 year ago
Christian Winther 98bae1316f cleanup .env.docker variable names and placement in the file 1 year ago
Christian Winther a094a0bd66 syntax fix 1 year ago
Christian Winther 62efe8b3d4 ensure default health check values 1 year ago
Christian Winther ead7c33275 more docker config tuning 1 year ago
Christian Winther cc9f673eea test proxy via direct url 1 year ago
Christian Winther eee17fe9f2 harden proxy health check to be https based 1 year ago
Christian Winther a4646df8f2 add some health checks 1 year ago
Christian Winther 45f1df78b0 update proxy-acme paths 1 year ago
Christian Winther be2ba79dc2 bugfixes 1 year ago
Christian Winther d8b37e6870 debug redis 1 year ago
Christian Winther de96c5f06d migration docs 1 year ago
Christian Winther 72b454143b tweaking configs 1 year ago
Christian Winther 2135199c97 tune the github workflow config 1 year ago
Christian Winther 9c426b48a1 more docs 1 year ago
Christian Winther 98660760c9 improve faq 1 year ago
Christian Winther 53eb9c11fc add faq 1 year ago
Christian Winther 9814a39fd8 more docs 1 year ago
Christian Winther c258a15761 cleanup a bit 1 year ago
Christian Winther 2e3c7e862c iterating on proxy + letsencrypt setup 1 year ago
Christian Winther 284bb26d92 sync 1 year ago
Christian Winther 9445980e04 expose both http and https ports 1 year ago
Christian Winther e228a1622d refactor layout 1 year ago
Mehdi Benadel b1ff44ca2f update docker-compose 2 years ago
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
2 years ago
criadoperez bbccfdeff2
docker-compose file fix 3 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.
5 years ago
Sven Fischer d8a8c2d83d Revert "docker: expose redis port so the app can connect to it"
This reverts commit d4e1123ea7.
5 years ago
Sven Fischer c864f4b222 docker: provide .env to the redis container, too 5 years ago
Sven Fischer d4e1123ea7 docker: expose redis port so the app can connect to it 5 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`
5 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.
5 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