-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from devilbox/release-0.49b
Release 0.49b (beta)
- Loading branch information
Showing
111 changed files
with
7,086 additions
and
2,186 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 |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
|
||
# ------------------------------------------------------------------------------------------------- | ||
# Job Name | ||
# ------------------------------------------------------------------------------------------------- | ||
name: docker-compose | ||
|
||
|
||
# ------------------------------------------------------------------------------------------------- | ||
# When to run | ||
# ------------------------------------------------------------------------------------------------- | ||
on: | ||
pull_request: | ||
paths: | ||
- '.github/workflows/docker-compose.yml' | ||
- 'Dockerfiles/**' | ||
- 'examples/**/docker-compose.yml' | ||
- 'examples/**/integration-test.sh' | ||
- 'examples/integration-test.sh' | ||
|
||
|
||
jobs: | ||
docker-compose: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: 'docker-compose: main-vhost Static Files' | ||
run: | | ||
cd ./examples/default-vhost__static-files/ | ||
./integration-test.sh | ||
- name: 'docker-compose: main-vhost PHP-FPM' | ||
run: | | ||
cd ./examples/default-vhost__php-fpm/ | ||
./integration-test.sh | ||
- name: 'docker-compose: main-vhost PHP-FPM (SSL)' | ||
run: | | ||
cd ./examples/default-vhost__php-fpm__ssl/ | ||
./integration-test.sh | ||
- name: 'docker-compose: main-vhost Reverse Proxy (NodeJS)' | ||
run: | | ||
cd ./examples/default-vhost__reverse-proxy__node/ | ||
./integration-test.sh | ||
- name: 'docker-compose: mass-vhost PHP-FPM (SSL)' | ||
run: | | ||
cd ./examples/mass-vhost__php-fpm__ssl/ | ||
./integration-test.sh | ||
- name: 'docker-compose: mass-vhost Reverse Proxy (SSL)' | ||
run: | | ||
cd ./examples/mass-vhost__reverse-proxy__ssl/ | ||
./integration-test.sh |
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
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 |
---|---|---|
@@ -1,2 +1,5 @@ | ||
Makefile.docker | ||
Makefile.lint | ||
devilbox-ca.crt | ||
devilbox-ca.key | ||
devilbox-ca.srl |
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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
Dockerfile.debian | ||
Dockerfile.alpine |
Oops, something went wrong.