mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Deployment with docker compose #376
This commit is contained in:
parent
9efbf59e0d
commit
2028da2f7f
@ -18,6 +18,8 @@ docker compose up --force-recreate --detach
|
||||
|
||||
## Update app
|
||||
|
||||
Adjust `WEB_TAG` in .env if necessary.
|
||||
|
||||
```sh
|
||||
./update.sh
|
||||
```
|
||||
|
||||
@ -2,5 +2,5 @@ set -e
|
||||
|
||||
docker compose pull web
|
||||
docker compose stop web
|
||||
docker compose run db-backup /backup.sh
|
||||
docker compose exec db-backup /backup.sh
|
||||
docker compose up --detach --force-recreate web
|
||||
Loading…
x
Reference in New Issue
Block a user