Adiciona configuração inicial da stack Docker para projetos Laravel, incluindo Dockerfile, docker-compose, scripts de gerenciamento e configuração do Nginx.
This commit is contained in:
6
host-status.sh
Normal file
6
host-status.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# host-status.sh — status dos projetos Laravel
|
||||
|
||||
CONTAINER="${CONTAINER:-laravel-stack}"
|
||||
|
||||
docker exec "$CONTAINER" /home/deploy/scripts/status.sh
|
||||
Reference in New Issue
Block a user