chore: Update deployment configuration and documentation
- Update Gitea configuration (remove DEFAULT_ACTIONS_URL) - Fix deployment documentation - Update Ansible playbooks - Clean up deprecated files - Add new deployment scripts and templates
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
# - Production PostgreSQL configuration
|
||||
# - Certbot for SSL certificates
|
||||
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
web:
|
||||
# Production restart policy
|
||||
@@ -211,8 +209,7 @@ services:
|
||||
- cache
|
||||
|
||||
queue-worker:
|
||||
# Use same image as php service (has application code copied)
|
||||
image: framework-production-php
|
||||
# Use same build as php service (has application code copied)
|
||||
|
||||
# Production restart policy
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user