Lioh Moeller
e0b5636d7b
Update .env.docker
...
Stick major.minor according to https://jippi.github.io/docker-pixelfed/customize/tags/#pixelfed-version
Disable Debian Release Check until it's solved in dottie.
Closes https://github.com/pixelfed/pixelfed/issues/5264
2025-01-06 18:02:17 +01:00
Lioh Moeller
7987383026
Update .env.docker
...
Registry has changed. Old registry has been discontinued in August 2024. New Registry added, format of Docker tag has been adjusted as it now contains the Debian Release as well.
Sample Version is set to current stable but can be adjusted to any of the available branches.
2025-01-06 17:18:24 +01:00
Lioh Moeller
03c97e6872
Update .env.docker
...
Updated DOCKER_PROXY_VERSION in .env
2025-01-05 23:35:13 +01:00
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
8f3ba930ce
Merge branch 'pixelfed:dev' into dev
2024-05-07 13:11:36 +02:00
Daniel Supernault
60a62b59c9
Update ConfigCacheService, fix database race condition and fallback to file config and enable by default
2024-05-07 01:00:32 -06:00
Norbert Tretkowski
3ce5ae21bf
Fix typo in .env.docker comment
2024-04-13 22:55:21 +02:00
Daniel Supernault
858fcbf606
Update docker env, fix config_cache. Fixes #5033
2024-04-06 03:19:50 -06:00
Christian Winther
d5470101f4
don't build the frontend by default in Docker
2024-03-06 21:25:02 +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
02369cce66
fix validation issues in the .env.docker file
2024-02-25 10:53:29 +00:00
Christian Winther
0addfe5605
allow .env control of a couple of PHP settings
2024-02-22 14:49:18 +00:00
Christian Winther
abee7d4d62
add missing profiles
2024-02-21 21:52:59 +00:00
Christian Winther
9117df186c
more validation fixes
2024-02-19 00:52:12 +00:00
Christian Winther
4dc15bb37d
fix validation
2024-02-19 00:48:36 +00:00
Christian Winther
49a778d128
add CODEOWNERS
2024-02-11 02:00:09 +00:00
Christian Winther
e18d6083a2
bump dottie
2024-02-11 01:24:26 +00:00
Christian Winther
143d5703dd
update .env.docker
2024-02-10 23:08:22 +00:00
Christian Winther
bc66b6da18
many small fixes and improvements
2024-02-10 20:03:04 +00:00
Christian Winther
b73d452255
sort ARG in Dockerfile
2024-01-26 23:39:18 +00:00
Christian Winther
a665168031
change where overrides are placed
2024-01-26 20:45:08 +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
c859367e10
fix 02-check-config.sh logic and bad .env.docker syntax
2024-01-26 20:14:40 +00:00
Christian Winther
c9a3e3aea7
automatically + by default turn off proxy acme if proxy is off
2024-01-23 19:34:48 +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
ead7c33275
more docker config tuning
2024-01-17 16:11:36 +00:00
Christian Winther
3a7fd8eac9
fix default variables
2024-01-17 14:46:07 +00:00
Christian Winther
be2ba79dc2
bugfixes
2024-01-17 14:25:31 +00:00
Christian Winther
afa335b7b5
add missing pecl back
2024-01-17 12:50:55 +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
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
519704cbe8
more tuning
2024-01-15 14:57:40 +00:00
Christian Winther
edbc1e4d60
expand docs
2024-01-15 14:44:47 +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
bd1cd9c4fc
more docs
2024-01-06 15:39:30 +00:00
Christian Winther
e228a1622d
refactor layout
2024-01-06 14:19:36 +00:00
Daniel Supernault
573c88d7b5
Update filesystem config, change FILESYSTEM_DRIVER env variable to DANGEROUSLY_SET_FILESYSTEM_DRIVER and remove from default env configs. Changing the default filesystem should be avoided, use FILESYSTEM_CLOUD for s3 support, otherwise you can break things
2023-04-04 03:52:32 -06:00
Vyacheslav Karpukhin
79fd482e11
Fix the BROADCAST_DRIVER setting in .env.docker
...
fixes #3597
2022-09-18 06:23:26 +02:00
Shlee
82c36d1a51
Update .env.docker
2022-05-15 14:17:00 +09:30
daniel
56458c1f40
Merge pull request #2588 from dunn/docker-compose-env
...
docker-compose: store default db passwords in .env.docker
2021-04-06 21:38:14 -06: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
Alexandra Dunn
3bf2366d82
.env.docker: log to stderr
2021-01-27 11:57:20 -08:00
Ashley Hull
5c65b81851
Docker changes
2020-04-11 23:48:02 +08:00