Commit graph

85 commits

Author SHA1 Message Date
Sam ONeill
45a3fc595f Updates development.sh 2022-02-08 14:15:45 +13:00
Sam ONeill
9a4d9c75bd Adds logs mount to pf service and adds logrotate 2022-02-08 13:47:18 +13:00
Sam ONeill
c62062f956 Adds logs mount to pf service and adds logrotate 2022-02-08 13:37:06 +13:00
Sam ONeill
bc27392df9 fixes logrotate conf 2022-02-08 11:12:15 +13:00
Sam ONeill
5285ac63d3 adds logs to gitignore 2022-02-08 10:45:53 +13:00
Sam ONeill
59af27b698 adds logs to gitignore 2022-02-08 10:31:56 +13:00
Sam ONeill
f4ee3e0823 adds logs to gitignore 2022-02-08 10:31:24 +13:00
Sam ONeill
ec4b0c0551 Adds volume and static files for logging from socket 2022-02-08 10:29:14 +13:00
Sam ONeill
238a6f393c Merge branch 'master' of github.com:goryn-clade/pathfinder-containers 2022-02-04 11:33:33 +13:00
Sam ONeill
8afa70b554 updates for Pathfinder 2.2.0 2022-02-04 11:32:56 +13:00
Sam
047ae8f637
Update README.md 2021-10-26 06:27:02 +02:00
Sam
ea066e8d1c
Update README.md 2021-10-25 21:22:09 +02:00
Sam
e96feb6833
Environment.ini: Add CCP_SSO_JWK_CLAIM key 2021-10-25 09:10:01 +02:00
Sam
c7e34ba28b
Merge pull request #18 from goryn-clade/develop
Updates Dockerfile for double nginx conf
2021-10-25 07:32:25 +02:00
Sam ONeill
e289846e4b Fixes double nginx conf 2021-10-25 18:31:52 +13:00
Sam ONeill
bbf2c1ce5a Fixes double nginx conf 2021-10-25 18:30:37 +13:00
Sam
8bffc8d1e0
Merge pull request #17 from goryn-clade/develop
Update for pathfinder v2.1.4
2021-10-25 03:18:49 +02:00
Sam ONeill
80028302fb Updates Pathfinder Submodule target 2021-10-25 13:56:15 +13:00
Sam ONeill
d3b9ef5858 Fixes letsencrypt cert storage and updates env 2021-10-25 07:19:55 +13:00
Sam ONeill
dac7e4adf5 Fixes double nginx config 2021-10-24 20:24:13 +13:00
fleischsalatinspace
3067f09bca Dockerfile/entrypoint.sh: move templateSite.conf to /etc/nginx to prevent double files in sites_enabled 2021-10-24 20:22:14 +13:00
Sam
3c8af042f9
Removes test zkill module 2021-10-22 13:40:59 +02:00
Sam
af8cfe529b
Merge pull request #14 from goryn-clade/develop
Bump pathfinder submodule to 2.1.3
2021-10-22 13:11:15 +02:00
soneill
12955bc032 Bump pathfinder submodule to 2.1.3 2021-10-23 00:09:53 +13:00
Sam
11be88640c
Merge pull request #13 from goryn-clade/develop
Bumps version to 2.1.3
2021-10-22 12:54:24 +02:00
soneill
3207552c6c Bumps version to 2.1.3 2021-10-22 23:49:29 +13:00
Sam
0da27f6103
Merge pull request #10 from goryn-clade/develop
Merge Develop
2021-09-18 12:42:41 +02:00
soneill
632858fa02 Bump Pathfinder version to v2.1.2 2021-09-18 22:39:36 +12:00
soneill
e7e7b61809 Dockerfile: Updates Composer version 2021-09-18 16:31:22 +12:00
soneill
a6625c984e .gitignore: adds .production backups 2021-09-18 16:30:46 +12:00
soneill
f335c54e80 bumps submodule commit 2021-09-16 20:41:22 +12:00
soneill
7677cfad5f Reademe: Adds dockerci badge 2021-09-16 18:03:44 +12:00
Sam
6ce437a143
Merge pull request #9 from goryn-clade/dependabot/docker/php-7.2.11-fpm-alpine3.7
Bump php from 7.2.5-fpm-alpine3.7 to 7.2.11-fpm-alpine3.7
2021-09-16 07:58:23 +02:00
Sam
db082dd4b6
Merge pull request #7 from fleischsalatinspace/docker-ci
.github/workflows/docker-image.yml: add docker builds on push/pr/daily
2021-09-16 07:57:57 +02:00
dependabot[bot]
0eeb9ff618
Bump php from 7.2.5-fpm-alpine3.7 to 7.2.11-fpm-alpine3.7
Bumps php from 7.2.5-fpm-alpine3.7 to 7.2.11-fpm-alpine3.7.

---
updated-dependencies:
- dependency-name: php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-16 05:57:56 +00:00
Sam
79a0eb0f77
Merge pull request #8 from fleischsalatinspace/dependabot-ci
.github/dependabot.yml: add dependabot for docker dependency weekly c…
2021-09-16 07:57:35 +02:00
soneill
85bc41a76e Updates development.sh to preserve production php.ini 2021-09-16 17:49:46 +12:00
fleischsalatinspace
b4f431411b .github/dependabot.yml: add dependabot for docker dependency weekly checks 2021-09-16 01:22:33 +02:00
fleischsalatinspace
4d8a9da695 .github/workflows/docker-image.yml: add docker builds on push/pr/daily 2021-09-16 01:20:43 +02:00
soneill
c919dfd6d1 Removes xdebug from production php.ini and moves it to development dir 2021-09-16 10:51:26 +12:00
soneill
24a1d14119 Removes xdebug from production php.ini and moves it to development dir 2021-09-16 10:50:24 +12:00
soneill
051abc89c6 Merge branch 'master' of github.com:goryn-clade/pathfinder-containers 2021-09-16 09:31:34 +12:00
fleischsalatinspace
f6b1bbbfd2 static/nginx/site.conf: hotfix to disable access to .ini and .log files
(cherry picked from commit 1c1cfbfdc752e030c2be4703aebfd934fa4a09fc)
2021-09-16 09:29:40 +12:00
Sam
f0a9d9390b
Merge pull request #4 from fleischsalatinspace/fix-php-oom-on-setup
[BUG] Increase php.ini memory_limit to 256M to avoid PHP OOM on /setup
2021-09-16 09:00:20 +12:00
Sam
7794803616
Merge pull request #1 from fleischsalatinspace/fix-dev-script
[BUG] fix typo in path for development.sh
2021-09-16 08:59:38 +12:00
fleischsalatinspace
ba00c3e549 [BUG] Fix typo in path for development/development.sh 2021-09-15 12:04:04 +02:00
fleischsalatinspace
6aa1174e96 [BUG] Increase php.ini memory_limit to 256M to avoid PHP OOM on /setup 2021-09-15 12:00:59 +02:00
soneill
534dfde63a updates readme 2021-09-10 11:33:16 +12:00
soneill
fcdc213eec updates readme 2021-09-10 11:32:11 +12:00
soneill
e3045cb9d1 Removes SSO workaround and updates Readme 2021-09-10 11:30:35 +12:00