Corrección Dockerfile
Deploy con Docker Compose / deploy (push) Has been cancelled

This commit is contained in:
2026-05-31 12:12:56 -05:00
parent 027c36b15c
commit 617c4dedb6
4 changed files with 29 additions and 33 deletions
+6 -6
View File
@@ -19,8 +19,8 @@
### 1. Clone & Prepare
```bash
git clone <your-repo> /opt/enflow
cd /opt/enflow
git clone <your-repo> /opt/cirux
cd /opt/cirux
```
### 2. Configure Environment
@@ -59,7 +59,7 @@ The script will:
docker-compose ps
# Check app logs
docker-compose logs -f enflow-app
docker-compose logs -f cirux-app
# Health check
curl https://cirux.silvioalzate.shop/api/health
@@ -92,7 +92,7 @@ docker-compose up -d
```bash
# App logs
docker-compose logs -f enflow-app
docker-compose logs -f cirux-app
# Nginx logs
docker-compose logs -f nginx
@@ -159,7 +159,7 @@ jobs:
username: ${{ secrets.VPS_USER }}
key: ${{ secrets.VPS_SSH_KEY }}
script: |
cd /opt/enflow
cd /opt/cirux
git pull
docker-compose down
docker-compose build --no-cache
@@ -176,7 +176,7 @@ sudo systemctl stop apache2 # or nginx
### Container won't start
```bash
docker-compose logs enflow-app
docker-compose logs cirux-app
# Check if .env.local is present and valid
```