Christian Winther
092f7f704c
fix nginx?
2024-01-06 00:01:51 +00:00
Christian Winther
6edf266a14
quick take on applying migrations automatically
2024-01-05 23:54:17 +00:00
Christian Winther
a8c5585e19
use upstream Docker images over self-built
2024-01-05 23:41:33 +00:00
Christian Winther
a25b7910b2
first time setup and more refinements
2024-01-05 23:16:26 +00:00
Christian Winther
7db513b366
sync
2024-01-05 18:16:38 +00:00
Christian Winther
76e1199dc7
sync
2024-01-05 17:35:07 +00:00
Christian Winther
2e2ffc5519
comment build steps out to use remote image
2024-01-05 17:31:34 +00:00
Christian Winther
d876533991
remove tmp token
2024-01-05 17:30:30 +00:00
Christian Winther
c4404590f2
add first time setup logic
2024-01-05 17:29:45 +00:00
Christian Winther
c1fbccb07c
bootstrapping worked
2024-01-05 16:52:00 +00:00
Christian Winther
052c11882c
tweak 10-storage.sh
2024-01-05 16:33:08 +00:00
Christian Winther
215b49ea3d
rename2
2024-01-05 16:27:11 +00:00
Christian Winther
10674ac523
iterate on apache example with docker-compose
2024-01-05 16:18:48 +00:00
Christian Winther
f2eb3df85f
remove VOLUME and EXPOSE
...
see https://stackoverflow.com/a/52571354/1081818
2024-01-05 01:34:46 +00:00
Christian Winther
5cfd8e15a9
quotes
2024-01-05 00:16:36 +00:00
Christian Winther
99e2a045a6
more renaming for clarity
2024-01-05 00:11:20 +00:00
Christian Winther
d13895a3e0
add 15-storage-permissions.sh to the docs
2024-01-04 23:15:46 +00:00
Christian Winther
895b51fd9f
more tweaks
2024-01-04 23:04:25 +00:00
Christian Winther
c12ef66c56
opt-in fixing of user/group ownership of files
2024-01-04 22:33:41 +00:00
Christian Winther
c64571e46d
more docs
2024-01-04 22:16:25 +00:00
Christian Winther
f2c8497136
more clanup
2024-01-04 21:55:24 +00:00
Christian Winther
ce34e4d046
more docs and rework
2024-01-04 21:21:00 +00:00
Christian Winther
a08a5e7cde
more docs and rework
2024-01-04 20:55:04 +00:00
Christian Winther
e05575283a
update docs
2024-01-04 16:12:18 +00:00
Christian Winther
c369ef50a7
more refactoring for templating
2024-01-04 16:08:01 +00:00
Christian Winther
7dcca09c65
a bit of refactoring
2024-01-04 13:07:01 +00:00
Christian Winther
6244511cf8
don't hardcode UID/GID for runtime
2024-01-04 11:20:22 +00:00
Christian Winther
f390c3c3e9
install all database extensions by default
...
lifted from https://github.com/pixelfed/pixelfed/pull/4172
2024-01-04 11:11:16 +00:00
Christian Winther
cf080dda09
rename init files
2024-01-04 11:01:56 +00:00
Christian Winther
b19d3a20dd
only run kernel tasks on one server
...
lifted from https://github.com/pixelfed/pixelfed/pull/4634
2024-01-04 11:00:45 +00:00
Christian Winther
98211d3620
refactor Dockerfile and Docker workflow
2023-12-28 23:46:59 +00:00
Daniel Supernault
fbdc635829
Update nginx config
2023-06-04 08:13:08 -06:00
Daniel Supernault
8b06af3f6c
Update nginx config
2023-05-26 23:41:17 -06:00
Daniel Supernault
a456fa63c9
Update nginx config
2023-05-26 23:32:48 -06:00
Daniel Supernault
ee3b6e09b0
Update nginx config
2023-05-26 20:20:58 -06:00
Anil Kulkarni
91660a2477
Run config:cache first
...
When updating config variables, such as the APP_URL, the values need to be propagated before calling e.g. route:cache/view:cache
Otherwise those commands will first run with the old config cache
2023-05-13 07:22:40 -07:00
Mehdi Benadel
3ec81f9e32
Updating Dockerfile according to #3737 , #3740 , #3850 and #4065
2023-01-07 22:49:22 +01:00
Mehdi Benadel
9ad4141d34
Updating dependencies
2022-12-31 16:48:33 +00:00
Kovah
0ecb3ed960
Optimize build process, add Horizon publishing
2022-12-31 16:48:33 +00:00
Kovah
7e8f962db5
Optimize Pixelfed Dockerfile, add Github Actions build
2022-12-31 16:48:33 +00:00
Sven Fischer
b57e397d5e
docker-apache: update Debian to Bullseye and composer to 2.1.14
2021-11-30 20:17:45 +01:00
trwnh
02ad300443
increase default upload limit from 1M to 15M
2021-02-06 19:30:58 -06:00
Ondrej Brinkel
205705193d
fixes docker build
...
- composer package prestissimo is deprecated as composer got faster
- `composer update` should not be required as there is a `composer.lock`, actually it was the cause for breaking docker builds as an upstream package had a broken version string in it's requirerements. Using fixed package versions prevents these kinds of problems in future.
2020-12-07 23:11:54 +01:00
Strubbl
8c220b97dd
Update Dockerfile.apache
2020-11-01 21:05:39 +01:00
Strubbl
ed7edb8604
Update Dockerfile.apache
2020-10-24 12:41:08 +02:00
Sven Fischer
5bc96a49e7
docker: update composer to 1.10.12
2020-09-09 18:39:29 +02:00
daniel
84280ae8fc
Merge pull request #2308 from dunn/horizon-7.x
...
docker: update horizon command for laravel 7.x
2020-07-21 19:21:35 -06:00
Sven Fischer
eeb45756b9
docker: reduce layers
2020-07-21 18:22:58 +02:00
Alexandra Dunn
db271b42e3
docker: update horizon command for laravel 7.x
2020-07-04 01:31:11 -07:00
Armando Lüscher
3e5f3e3d86
Remove quotes for docker-php-ext-install commands.
2020-04-19 00:37:35 +02:00