mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
315 B
315 B
Deployment with Docker compose
Configure
Copy example.env to .env and enter values.
Initialize
./init.sh
Start
docker compose up --force-recreate --detach
Update app
./update.sh
Execute commands in web container
docker compose exec -it web /bin/sh