@@ -24,7 +24,7 @@ services:
2424 - ../../osbuild-composer/repositories:/config/repositories:z
2525
2626 postgres_composer :
27- image : docker.io/postgres:10.5
27+ image : docker.io/postgres:16.8
2828 healthcheck :
2929 test : [ "CMD", "pg_isready", "-h", "localhost", "-U", "postgres", "-d", "postgres" ]
3030 interval : 2s
@@ -115,8 +115,8 @@ services:
115115 extra_hosts :
116116 - " host.docker.internal:host-gateway"
117117
118- postgres_backend :
119- image : docker.io/postgres:10.5
118+ postgres_image_builder_crc :
119+ image : docker.io/postgres:16.8
120120 healthcheck :
121121 test : [ "CMD", "pg_isready", "-h", "localhost", "-U", "postgres", "-d", "postgres" ]
122122 interval : 2s
@@ -131,7 +131,7 @@ services:
131131 servicenet :
132132 ipv4_address : 172.31.0.30
133133
134- backend :
134+ image_builder_crc :
135135 image : image-builder-crc_dev
136136 ports :
137137 - 8086:8086
@@ -144,10 +144,10 @@ services:
144144 volumes :
145145 - config_volume:/etc/image-builder
146146 environment :
147- - LISTEN_ADDRESS=backend :8086
147+ - LISTEN_ADDRESS=image_builder_crc :8086
148148 - LOG_LEVEL=DEBUG
149149 - ALLOWED_ORG_IDS=*
150- - PGHOST=postgres_backend
150+ - PGHOST=postgres_image_builder_crc
151151 - PGPORT=5432
152152 - PGDATABASE=postgres
153153 - PGUSER=postgres
@@ -167,7 +167,7 @@ services:
167167 condition : service_completed_successfully
168168 composer :
169169 condition : service_healthy
170- postgres_backend :
170+ postgres_image_builder_crc :
171171 condition : service_healthy
172172 restart : on-failure
173173 networks :
@@ -219,7 +219,7 @@ services:
219219 security_opt :
220220 - seccomp=unconfined
221221 environment :
222- - BACKEND_HOSTNAME=backend
222+ - BACKEND_HOSTNAME=image_builder_crc
223223 ports :
224224 - 1337:1337
225225 - 8002:8002
0 commit comments