diff --git a/continuousintegration/docker/ctafrontend/cc7/etc/logrotate.d/cta-frontend b/continuousintegration/docker/ctafrontend/cc7/etc/logrotate.d/cta-frontend
new file mode 100644
index 0000000000000000000000000000000000000000..99aaef739d16295631f27156e7ba4cb35c39f4ed
--- /dev/null
+++ b/continuousintegration/docker/ctafrontend/cc7/etc/logrotate.d/cta-frontend
@@ -0,0 +1,19 @@
+/var/log/cta/cta-frontend.log {
+    daily
+    missingok
+    rotate 500
+    copytruncate
+    create 755 cta tape
+    compress
+    delaycompress
+}
+
+/var/log/cta/cta-frontend-xrootd.log {
+    daily
+    missingok
+    rotate 500
+    copytruncate
+    create 755 cta tape
+    compress
+    delaycompress
+}
diff --git a/continuousintegration/docker/ctafrontend/cc7/etc/logrotate.d/cta-rmcd b/continuousintegration/docker/ctafrontend/cc7/etc/logrotate.d/cta-rmcd
new file mode 100644
index 0000000000000000000000000000000000000000..26c4403d21c1a0f3d5ed9bd3d4a58eaebad0eff0
--- /dev/null
+++ b/continuousintegration/docker/ctafrontend/cc7/etc/logrotate.d/cta-rmcd
@@ -0,0 +1,9 @@
+/var/log/cta/cta-rmcd.log {
+    daily
+    missingok
+    rotate 500
+    copytruncate
+    create 755 cta tape
+    compress
+    delaycompress
+}
diff --git a/continuousintegration/docker/ctafrontend/cc7/etc/logrotate.d/cta-taped b/continuousintegration/docker/ctafrontend/cc7/etc/logrotate.d/cta-taped
new file mode 100644
index 0000000000000000000000000000000000000000..1260d6fd83e0958ddf6676bb9ecefa609852faf9
--- /dev/null
+++ b/continuousintegration/docker/ctafrontend/cc7/etc/logrotate.d/cta-taped
@@ -0,0 +1,9 @@
+/var/log/cta/cta-taped.log {
+    daily
+    missingok
+    rotate 500
+    copytruncate
+    create 755 cta tape
+    compress
+    delaycompress
+}
diff --git a/continuousintegration/docker/ctafrontend/cc7/etc/logrotate.d/cta-xrmcd b/continuousintegration/docker/ctafrontend/cc7/etc/logrotate.d/cta-xrmcd
new file mode 100644
index 0000000000000000000000000000000000000000..f93bb0a5af959e2b12342badd5eef33168e05b76
--- /dev/null
+++ b/continuousintegration/docker/ctafrontend/cc7/etc/logrotate.d/cta-xrmcd
@@ -0,0 +1,9 @@
+/var/log/cta/cta-xrmcd.log {
+    daily
+    missingok
+    rotate 500
+    copytruncate
+    create 755 cta tape
+    compress
+    delaycompress
+}