This commit is contained in:
Andrey Kondratev
2025-08-29 13:51:52 +05:00
parent ec9c541675
commit 9defce960a
6 changed files with 60 additions and 39 deletions

View File

@@ -49,9 +49,10 @@ Your production server should have:
3. **Environment file configured**
```bash
# Create and configure .env.docker with your production values
# The docker-compose.yml already references this file
cp .env.docker.example .env.docker
nano .env.docker
# Set your domain and email
```
## Workflow Features
@@ -85,7 +86,7 @@ Your production server should have:
# On server
cd /opt/quixotic
git pull origin main
docker-compose --env-file .env.docker up -d --build
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d --pull always
```
## Monitoring