86 Commits

Author SHA1 Message Date
e2b4d39fe2 Merge pull request 'Copy the client assets over to a named volume at runtime' (#10) from copy-assets-folder into main
Reviewed-on: coop-cloud/peertube#10
2021-07-17 11:00:51 +02:00
31520c2cb1 fix: Copy the client assets over to a named volume at runtime
This commit makes the entrypoint copy the client's dist files to
the mountpoint of the app-assets named volume. That way, changed
files are made available to the nginx container when the peertube
image gets updated

Closes: #8
2021-07-16 21:19:03 +00:00
99011f0df7 Merge pull request 'Add healthchecks and enable rolling updates for the nodejs service' (#9) from app-healthcheck into main
Reviewed-on: coop-cloud/peertube#9
2021-07-15 21:09:23 +02:00
95aa921e4e compose: Enable rolling updates and rollbacks on the peertube app service 2021-07-15 16:32:36 +00:00
fe7aace9d7 compose: Add healthchecks to the peertube app service definition
This commit adds a native healthcheck to the peertube app service using
the nodejs command line interface.

kudos to @3wordchant for the idea :)
2021-07-15 16:09:15 +00:00
a23e16d632 Revert internal network change (see coop-cloud/organising#62) 2021-07-15 16:08:12 +02:00
f986064092 Scope internal network internally 2021-07-10 15:34:39 +02:00
04408f007a Fix handling of admin commands
See https://github.com/Coop-Cloud/peertube/issues/1.
See https://git.autonomic.zone/coop-cloud/abra/issues/200.
2021-07-06 11:19:10 +02:00
406afdb8cf Update config version for Nginx 2021-06-24 17:43:25 +02:00
046286d266 Add new Nginx config
Closes coop-cloud/peertube#6.
2021-06-24 17:42:30 +02:00
d2f83bf386 Manually upgrade peertube to latest 2021-06-23 12:58:20 +02:00
89c07b4392 Version v3.1.0-buster; sync labels 2021-06-23 12:47:13 +02:00
ffa306f0f9 Fix namespace 2021-06-21 12:34:26 +02:00
1a14e1a55a Fix path 2021-06-04 08:40:18 +02:00
c86dc26944 Add port 2021-06-04 08:31:49 +02:00
e4b975df06 Remove trigger, we make the tags [ci skip] 2021-06-04 00:15:11 +02:00
ea8e3a34c0 Fix bad name in batch update script [ci skip] 2021-06-03 23:06:59 +02:00
1ed8f02840 Add release logic to CI [ci skip] 2021-06-03 23:01:08 +02:00
f9b826d2f8 Add prune command 2021-06-01 09:53:24 +02:00
3wc
cc8a4a1c57 Version v3.1.0-buster; sync labels 2021-05-30 17:21:39 +02:00
0ecad39e7f Drop comment and line 2021-05-17 15:50:36 +02:00
4e9ca10aa2 Put app on proxy network when running RTMP 2021-05-10 14:25:54 +02:00
4bebcb5d3f Fix typo 2021-05-10 13:56:54 +02:00
5ed31595ac Add RTMP configuration 2021-05-10 13:05:40 +02:00
ae1ce12b13 Get mime types 2021-05-07 01:41:53 +02:00
23112082aa Use STACK_NAME here 2021-05-07 01:41:31 +02:00
6e4a3ce57d Use naming / eq check convention 2021-05-07 00:32:11 +02:00
82b33279d2 Use non read-only path 2021-05-07 00:15:43 +02:00
04b7af2d00 Drop that rewrite 2021-05-07 00:14:12 +02:00
47158ac5cf Use latest nginx 2021-05-07 00:13:42 +02:00
9150debfea Rip out those lines 2021-05-06 20:21:58 +02:00
13f69fba07 Try this rewrite rule 2021-05-06 20:21:47 +02:00
486da6d76f Include X-Real-IP 2021-05-06 20:21:36 +02:00
bcef57ef03 Expose domain to nginx 2021-05-06 16:31:31 +02:00
d19c6a526d Use domain explicitly 2021-05-06 16:29:17 +02:00
0609cf8662 Drop healthcheck for nginx 2021-05-06 15:39:43 +02:00
5f140ea7ed Specify command 2021-05-06 15:34:21 +02:00
0bbc67dd8b Return to bash mode (was there all along apparently) 2021-05-06 15:25:44 +02:00
86d5b8d1c4 Revert "Use manual approach on entrypoint for now"
This reverts commit 929722d640.
2021-05-06 15:24:53 +02:00
c828be2c68 Return to sh mode of checking 2021-05-06 15:17:24 +02:00
c9c7fb0019 Use env trick 2021-05-06 15:14:25 +02:00
ac03d03be0 Appease JSON formatting gods 2021-05-06 14:48:08 +02:00
43a97dea25 Drop commented config for now 2021-05-06 14:09:54 +02:00
349d1d6f88 Fix var check in template 2021-05-06 13:53:35 +02:00
38aa63b292 Unset also 2021-05-06 13:50:38 +02:00
929722d640 Use manual approach on entrypoint for now
See coop-cloud/peertube#2.
2021-05-06 13:46:41 +02:00
a723573bf3 Template the entrypoint 2021-05-06 13:32:16 +02:00
bff97d572c Don't use that exec 2021-05-06 13:24:20 +02:00
f5c4692271 Comment out healtcheck for now 2021-05-06 13:11:00 +02:00
930d9da516 Add spacing 2021-05-06 13:00:04 +02:00