Skip to content

Commit 4e89e06

Browse files
committed
build docker image with configuration
1 parent bf001a6 commit 4e89e06

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build-zitadel-dev-images.yml

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262

6363
- name: commit images
6464
run: |
65+
docker stop compose-zitadel-1 &&
66+
docker stop compose-db-1 &&
6567
docker commit compose-zitadel-1 xpanse-zitadel-dev-server &&
6668
docker commit compose-db-1 xpanse-zitadel-dev-db
6769

zitadel/local/compose/docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ services:
4141
networks:
4242
- 'zitadel'
4343
healthcheck:
44-
test: ["CMD-SHELL", "pg_isready", "-d", "zitadel", "-U", "postgres"]
44+
test: [ "CMD-SHELL", "pg_isready", "-d", "zitadel", "-U", "postgres" ]
4545
interval: '10s'
46-
timeout: '30s'
46+
timeout: '2400s'
4747
retries: 5
4848
start_period: '20s'
4949

0 commit comments

Comments
 (0)