feat: local development working

This commit is contained in:
2025-01-30 18:37:55 -05:00
parent f42f6e08a4
commit 7bde512998
22 changed files with 87 additions and 81 deletions

View File

@@ -20,4 +20,9 @@ mkswap /swapfile
swapon /swapfile
# Stop SSH (because we have SSM.)
sudo service sshd stop
sudo service sshd stop
# Install Docker Compose.
curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
docker-compose version