Docker Files Generator
How to use
1. Setup project
chmod +x setup.sh
# Run setup
./setup.sh
2. Build and run with docker compose
3. Setup SSL (if enabled)
chmod +x ssl-setup.sh
# Run SSL setup
./ssl-setup.sh
4. Useful commands
docker compose logs -f app
# Restart services
docker compose restart
# Stop all services
docker compose down
Comments
No comments yet
Be the first to share your thoughts!