Andras Bacsai
e2c2180f4f
fix(dev): support root bind mounts and LAN Vite access
...
Keep the dev container as root for s6 init so composer can create
vendor/ on root-owned mounts, then chown writable paths to www-data.
Move init-setup into a shell script and expose VITE_HOST/PORT for
remote HMR (LAN/Tailscale) with Vite listening on 0.0.0.0.
2026-07-18 20:56:01 +02:00
Andras Bacsai
47a292486c
chore(deps): bump NGINX package to 1.31.2-r1
2026-07-13 10:54:31 +02:00
Andras Bacsai
6ceb444cf4
fix(docker): remove default nginx configs
...
Delete the packaged nginx config files after installing nginx so the
image uses the application-provided configuration.
2026-05-16 20:09:25 +02:00
Andras Bacsai
0917bb7b8e
fix(docker): install patched nginx from official repository
...
Pin nginx to the official nginx.org Alpine mainline package in development and production images so patched releases can be installed consistently.
2026-05-16 19:06:39 +02:00
Andras Bacsai
14679e73b2
fix(docker): use HTTPS for nginx apk repository
2026-05-11 12:57:17 +02:00
Andras Bacsai
acd07abcce
fix(security): run apk upgrade in development Dockerfile
...
Add `apk upgrade --no-cache` before installing GnuPG and PostgreSQL
repository keys to ensure base Alpine packages are patched.
2026-04-05 18:18:58 +02:00
Andras Bacsai
b49069f3fc
feat(docker): install PHP sockets extension in development environment
...
Add socket.io/php-socket dependency to support WebSocket functionality
in the development container. Also update package-lock.json to reflect
peer dependency configurations for Socket.IO packages.
2026-02-18 11:04:10 +01:00
peaklabs-dev
3b68914b73
build: upgrade postgres client to fix build error
2026-01-29 22:24:52 +01:00
peaklabs-dev
6ddca603e2
chore(deps): update docker deps
...
- update Nixpacks to v1.39.0
2025-07-18 16:25:01 +02:00
peaklabs-dev
03b0ee59f6
feat(dep): bump all dependencies
2025-03-31 18:50:42 +02:00
🏔️ Peak
a46caf209f
Chore: Bump all dependencies ( #5216 )
...
* chore: bump all docker dependecies
* chore: update composer and npm dep
2025-02-24 18:08:54 +01:00
peaklabs-dev
c01d3e4954
bump: docker dep
2025-01-09 15:11:14 +01:00
peaklabs-dev
2615fce73f
chore: upgrade cloudflared and minio
2024-12-10 17:19:52 +01:00
Andras Bacsai
a2ab33b04f
fix: development image
2024-12-10 11:50:40 +01:00
Andras Bacsai
8f48f84bdf
development should work now
2024-12-09 13:34:31 +01:00