-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ jobs: | |
matrix: | ||
php_version: | ||
- 8.3 | ||
- 8.4 | ||
debian_release: | ||
- bookworm | ||
php_base: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,6 +71,7 @@ jobs: | |
matrix: | ||
php_version: | ||
- 8.3 | ||
- 8.4 | ||
pixelfed_branch: | ||
- staging | ||
- dev | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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;" |
This file was deleted.
Oops, something went wrong.