Commit Graph

10 Commits

Author SHA1 Message Date
ab330e773e build(docker): add generic beta tag for web-server image 2022-10-01 07:10:37 +00:00
Yassine Doghri
65173e5180 build(docker): set beta tag to production images for latest beta version 2022-09-28 15:18:05 +00:00
e98ec8c950 build(docker): add email configuration for the docker image 2022-09-19 13:04:49 +00:00
Yassine Doghri
ddfa2965c3 build: change ffmpeg static release link to a specific version (5.1.1) 2022-09-14 15:47:42 +00:00
Yassine Doghri
94fae92e9a build(docker): extract ffmpeg tar directly into the ffmpeg folder
This fixes a bug where the mv ffmpeg command breaks if the upstream folder name of the ffmpeg tar
changes (version change).
2022-09-14 14:45:57 +00:00
Yassine Doghri
8c4f0675c1 build(docker): add missing $ to get CP_VERSION's environment variable 2022-09-06 16:19:06 +00:00
029804b9f8 build(docker): add build for tagged versions on main, beta and alpha 2022-08-23 09:50:00 +00:00
Yassine Doghri
b7e2c09297 docs(docker): add page describing castopod's docker images and example usage with docker-compose
refs #230
2022-07-08 16:40:22 +00:00
Yassine Doghri
68777dd54c refactor(docker): rename CP_HOST_BACK to CP_APP_HOSTNAME 2022-06-27 15:31:35 +00:00
0c0730be69 build(docker): add production-ready DockerFiles
- add docker images for app (castopod) and web-server (nginx)
- ci: deploy images continuously to a docker hub using kaniko
- ci: trigger docker-build-rolling on develop branch
- move development DockerFile to docker directory

closes #200
2022-06-26 12:03:22 +00:00