daniel
1ff71b2e61
Merge pull request #4986 from jippi/build-frontend-in-docker
...
Docker: Allow optional building of the frontend
2024-05-16 04:36:36 -06:00
Norbert Tretkowski
bf309297d5
`version` is obsolete
2024-04-13 22:26:53 +02:00
Christian Winther
f428025db9
add docker-compose build setting for BUILD_FRONTEND
2024-03-06 21:40:38 +00:00
Christian Winther
dd5878b256
Allow setting the DB root password seperately
...
Fixes https://github.com/pixelfed/pixelfed/issues/4980
2024-03-06 20:49:36 +00:00
Christian Winther
c8c2e1c2eb
update docs + paths
2024-02-22 15:24:51 +00:00
Christian Winther
d9d2a475d8
sort keys in compose
2024-02-22 14:53:39 +00:00
Christian Winther
8fd27c6f0c
use remote build cache for faster local dev
2024-02-22 14:50:15 +00:00
Christian Winther
abee7d4d62
add missing profiles
2024-02-21 21:52:59 +00:00
Christian Winther
bc66b6da18
many small fixes and improvements
2024-02-10 20:03:04 +00:00
Christian Winther
5c208d0519
allow easy overrides of any and all files in container via new override mount
2024-01-26 20:19:34 +00:00
Christian Winther
d372b9dee7
Set stop_signal for worker to stop Horizon more correct
2024-01-26 20:15:57 +00:00
Christian Winther
98bae1316f
cleanup .env.docker variable names and placement in the file
2024-01-17 17:51:37 +00:00
Christian Winther
a094a0bd66
syntax fix
2024-01-17 16:30:40 +00:00
Christian Winther
62efe8b3d4
ensure default health check values
2024-01-17 16:18:29 +00:00
Christian Winther
ead7c33275
more docker config tuning
2024-01-17 16:11:36 +00:00
Christian Winther
cc9f673eea
test proxy via direct url
2024-01-17 16:01:52 +00:00
Christian Winther
eee17fe9f2
harden proxy health check to be https based
2024-01-17 15:53:17 +00:00
Christian Winther
a4646df8f2
add some health checks
2024-01-17 15:47:39 +00:00
Christian Winther
45f1df78b0
update proxy-acme paths
2024-01-17 14:41:48 +00:00
Christian Winther
be2ba79dc2
bugfixes
2024-01-17 14:25:31 +00:00
Christian Winther
d8b37e6870
debug redis
2024-01-17 14:13:38 +00:00
Christian Winther
de96c5f06d
migration docs
2024-01-15 23:50:16 +00:00
Christian Winther
72b454143b
tweaking configs
2024-01-15 20:42:11 +00:00
Christian Winther
2135199c97
tune the github workflow config
2024-01-15 20:19:04 +00:00
Christian Winther
9c426b48a1
more docs
2024-01-15 19:56:35 +00:00
Christian Winther
98660760c9
improve faq
2024-01-15 19:39:59 +00:00
Christian Winther
53eb9c11fc
add faq
2024-01-15 19:20:22 +00:00
Christian Winther
9814a39fd8
more docs
2024-01-15 15:14:44 +00:00
Christian Winther
c258a15761
cleanup a bit
2024-01-15 14:42:54 +00:00
Christian Winther
2e3c7e862c
iterating on proxy + letsencrypt setup
2024-01-06 18:01:48 +00:00
Christian Winther
284bb26d92
sync
2024-01-06 16:43:48 +00:00
Christian Winther
9445980e04
expose both http and https ports
2024-01-06 15:57:20 +00:00
Christian Winther
e228a1622d
refactor layout
2024-01-06 14:19:36 +00:00
Mehdi Benadel
b1ff44ca2f
update docker-compose
2022-12-31 16:48:33 +00:00
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