Commit graph

134 commits

Author SHA1 Message Date
Zachary Laughlin
8ce4110f57
Don't need the build command
No longer needed, since we build them ahead of time ourselves.
2023-07-13 12:19:15 -07:00
Zachary Laughlin
2b44fd284e
Add timezone to containers to keep them in sync
Also, fix some white spacing issues as well at the volume db level.
2023-07-10 01:59:00 -07:00
Zachary Laughlin
85f1c7754f
change to container_name
Hostname only applies to DNS resolution inside the container itself, it doesn't affect the routing of outside networks or other containers.

Setting container_name will set both the name of the container and the Docker Internal DNS routing of all containers to the generic name.

Thus achieving both naming convention and DNS resolution.
2023-07-10 01:51:48 -07:00
Zachary Laughlin
2a31f54e8b
Do a little cleaning
There are a few inconsistencies in the way code is written and also a volume that isn't needed.

There is also a spacing problem for the .env file, which docker-compose hates
2023-07-10 01:36:20 -07:00
Sam ONeill
3834bb4ec9 resolves merge conflicts 2023-05-17 15:29:12 +08:00
Sam
9d6a9be253
Merge pull request #56 from goryn-clade/develop-2.2.3
Workaround for Lets Encrypt Cert Expiry
2023-05-01 11:06:15 +02:00
Sam ONeill
22a025b7d0 adds ca-certificates package 2023-05-01 21:05:24 +12:00
Sam ONeill
fa6673e739 Adds workaround for expired DST cert 2023-05-01 20:32:44 +12:00
Sam ONeill
f822fa7e15 Adds script to restore production versions 2023-05-01 20:31:40 +12:00
Sam ONeill
c467a4c524 Updates development files 2023-04-16 10:57:01 +12:00
Sam ONeill
43a8da8335 Updates development files 2023-04-16 10:56:53 +12:00
Sam ONeill
55ab016eca Updates development files 2023-04-16 10:50:11 +12:00
Sam ONeill
88fdd9fa0a Updates development files 2023-04-16 10:48:53 +12:00
Sam ONeill
8501e66774 Re-Adds external flag for web network 2023-04-16 10:46:47 +12:00
Sam ONeill
3c278b0645 Updates development files 2023-04-16 10:41:09 +12:00
Sam ONeill
e9ce7c0fa9 Updates Development files 2023-04-15 22:57:10 +12:00
Sam ONeill
57bd2b4174 updates env_upgrade.sh 2023-04-15 22:27:50 +12:00
Sam ONeill
6c3c6bc5dd Updates static and development files for .env and dockerfile changes 2023-04-15 22:22:39 +12:00
Sam ONeill
7f65f8a67c Updates static and development files for .env and dockerfile changes 2023-04-15 22:22:26 +12:00
Sam ONeill
6a14acb6dc Merge branch 'greg2010-master'
Merges any changes  from greg2010-master branch
2023-04-14 20:06:01 +12:00
Sam ONeill
43cd481310 merges changes 2023-04-14 19:42:44 +12:00
greg2010
10c21b1bda
bump version to v2.2.2 2023-02-24 23:49:41 -05:00
Sam ONeill
6de6baacda Bumps PF version to 2.2.2 2023-02-13 21:14:26 +13:00
Sam ONeill
314dd2ca88 Bumps to v2.2.2 and adds php7-event lib for websocket performance 2023-02-13 07:18:41 +13:00
greg2010
8c74edbcf1
bump version to v2.2.1 2022-10-28 00:21:29 -04:00
Sam ONeill
72f64ed807 Bumps version and submodule to v2.2.1 2022-09-06 02:31:24 +12:00
Sam ONeill
51be7f9d5a Updates pathfinder_esi to 2.1.3 2022-09-03 12:09:35 +12:00
Sam
56832fb8ec
Merge pull request #45 from turbofeedorglory/fix.searchendpoint
Update scopes for ESI search endpoint changes
2022-08-28 00:23:22 +02:00
Sam
b16d39a9d7
Merge pull request #38 from goryn-clade/logging
Adds volume and static files for logging from socket
2022-08-28 00:21:16 +02:00
Sam
1d2d1a45b8
Merge branch 'master' into logging 2022-08-28 00:21:06 +02:00
Sam
868cffa6d7
Merge pull request #24 from fleischsalatinspace/cherry-pick-nginx-logs-stdout-supervisord
Dockerfile: symlink nginx logs to stdout/stderr for logging non-200 HTTP status codes
2022-08-28 00:13:48 +02:00
Sam
827f24f626
Merge pull request #20 from ajaxify/add-lets-encrypt-email-env-var
Add lets encrypt email env var
2022-08-28 00:08:42 +02:00
greg2010
2b6df18a9a
add PATHFINDER_SOCKET_HOST to .env.example 2022-08-23 20:46:20 -04:00
greg2010
efa20c6ae0
add mysql and redis hosts to .env.example 2022-08-23 20:43:27 -04:00
greg2010
ba11d2a3ab
update readme 2022-08-23 20:24:23 -04:00
Ronan Kipling
749c40f35f Update scopes for ESI search endpoint changes 2022-08-22 15:58:13 +01:00
greg2010
804a5229ab
split images, pull more env vars out 2022-08-02 00:37:07 -04:00
Grigory Romodanovskiy
6ea4fa0026
Update publish-docker.yaml 2022-08-01 22:46:55 -04:00
Grigory Romodanovskiy
ff71632805
Update publish-docker.yaml 2022-08-01 22:37:28 -04:00
Grigory Romodanovskiy
9e9b14f644
Create publish-docker.yaml 2022-08-01 22:34:21 -04:00
Sam ONeill
edbbff3044 updates readme 2022-02-08 14:30:38 +13:00
Sam ONeill
0cf720fb19 Updates development.sh 2022-02-08 14:29:10 +13:00
Sam ONeill
5dc422619b Updates development.sh 2022-02-08 14:27:26 +13:00
Sam ONeill
79a209c469 Merge branch 'logging' of github.com:goryn-clade/pathfinder-containers into logging 2022-02-08 14:21:11 +13:00
Sam ONeill
16b90596c9 Updates development.sh 2022-02-08 14:20:14 +13:00
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