Skip to content

Commit

Permalink
feat: build pixelfed for php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed Jan 20, 2025
1 parent de93639 commit f0777c2
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
matrix:
php_version:
- 8.3
- 8.4
debian_release:
- bookworm
php_base:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
matrix:
php_version:
- 8.3
- 8.4
pixelfed_branch:
- staging
- dev
Expand Down
26 changes: 26 additions & 0 deletions compose.override.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
include:
- path:
# Uncomment to add support for [docker compose build] for local images.
# - compose-config/build.yaml

# Uncomment to add nginx proxy in front of the [web] container.
# - compose-config/proxy/service.yaml

# Uncomment to add nginx acme (LetsEncrypt) support to [proxy] container.
# - compose-config/proxy/acme.yaml

# Uncomment to expose [web] container to the host directly.
# - compose-config/web/expose.yaml

# Comment to disable the included [redis] service.
- compose-config/redis/service.yaml

# Uncomment to expose the [redis] server to the host directly.
# - compose-config/redis/expose.yaml

# Comment to disable the included [db] service.
- compose-config/db/service.yaml

# Uncomment to expose the [db] server to the host directly.
# - compose-config/db/expose.yaml
2 changes: 2 additions & 0 deletions docker/rootfs/nginx/docker/templates/var/www/Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fpm: php-fpm{{ getenv "PHP_VERSION" }}
nginx: nginx -g "daemon off;"
2 changes: 0 additions & 2 deletions docker/rootfs/nginx/var/www/Procfile

This file was deleted.

0 comments on commit f0777c2

Please sign in to comment.