xenfra 0.1.5__tar.gz → 0.1.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: xenfra
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: A 'Zen Mode' infrastructure engine for Python developers.
5
5
  Author: xenfra-cloud
6
6
  Author-email: xenfra-cloud <xenfracloud@gmail.com>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "xenfra"
3
- version = "0.1.5"
3
+ version = "0.1.6"
4
4
  description = "A 'Zen Mode' infrastructure engine for Python developers."
5
5
  readme = "README.md"
6
6
  authors = [
@@ -56,6 +56,12 @@ curl -LsSf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | tee /
56
56
  apt-get update
57
57
  apt-get install -y caddy
58
58
 
59
+ # --- Stop and disable global Caddy to prevent port conflicts ---
60
+ echo "🛑 Stopping global Caddy service to free up ports..." >> $LOG
61
+ systemctl stop caddy || true
62
+ systemctl disable caddy || true
63
+ # ------------------------------------------------------------------
64
+
59
65
  echo "🚀 [5/6] Starting application with Docker Compose..." >> $LOG
60
66
  cd /root/app
61
67
  docker-compose -f /root/app/docker-compose.yml up -d
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes