diff --git a/vhosts.conf b/vhosts.conf
new file mode 100644
index 0000000..22ce067
--- /dev/null
+++ b/vhosts.conf
@@ -0,0 +1,15 @@
+
+ ServerName ct.ntp.kentcommunications.com
+
+ ProxyPreserveHost On
+ ProxyPass / http://campaign-tracker-app:8801/
+ ProxyPassReverse / http://campaign-tracker-app:8801/
+
+
+
+ ServerName kanban.kentcommunications.com
+
+ ProxyPreserveHost On
+ ProxyPass / http://app:8080/
+ ProxyPassReverse / http://app:8080/
+
\ No newline at end of file