mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 17:17:59 +00:00
chore(docker-integration-postgers): adding volume to internal/integration/config/docker-compose.yaml
This commit is contained in:
@@ -18,9 +18,15 @@ services:
|
|||||||
start_period: '20s'
|
start_period: '20s'
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
volumes:
|
||||||
|
- 'zitadel_integration_db:/var/lib/postgresql/data'
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
restart: 'always'
|
restart: 'always'
|
||||||
image: 'redis:latest'
|
image: 'redis:latest'
|
||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
zitadel_integration_db:
|
||||||
|
driver: local
|
||||||
|
Reference in New Issue
Block a user