mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 19:42:16 +00:00
chore: backup automatically
This commit is contained in:
@@ -41,8 +41,11 @@ or have limited resources on your local machine.
|
||||
### Developing Against Your Local ZITADEL Instance
|
||||
|
||||
```sh
|
||||
# Backup your ./apps/login/.env.local if it exists to ./apps/login/.env.local.bak
|
||||
mv ./apps/login/.env.local ./apps/login/.env.local.bak
|
||||
# To have your service user key and environment file written with the correct ownership, export your current users ID.
|
||||
export ZITADEL_DEV_UID="$(id -u)"
|
||||
|
||||
# Pull images
|
||||
docker compose --file ./acceptance/docker-compose.yaml pull
|
||||
|
||||
# Run ZITADEL and configure ./apps/login/.env.local
|
||||
docker compose --file ./acceptance/docker-compose.yaml run setup
|
||||
|
||||
Reference in New Issue
Block a user