@@ -24,7 +24,7 @@ services:
24
24
- ../../osbuild-composer/repositories:/config/repositories:z
25
25
26
26
postgres_composer :
27
- image : docker.io/postgres:10.5
27
+ image : docker.io/postgres:16.8
28
28
healthcheck :
29
29
test : [ "CMD", "pg_isready", "-h", "localhost", "-U", "postgres", "-d", "postgres" ]
30
30
interval : 2s
@@ -115,8 +115,8 @@ services:
115
115
extra_hosts :
116
116
- " host.docker.internal:host-gateway"
117
117
118
- postgres_backend :
119
- image : docker.io/postgres:10.5
118
+ postgres_image_builder_crc :
119
+ image : docker.io/postgres:16.8
120
120
healthcheck :
121
121
test : [ "CMD", "pg_isready", "-h", "localhost", "-U", "postgres", "-d", "postgres" ]
122
122
interval : 2s
@@ -131,7 +131,7 @@ services:
131
131
servicenet :
132
132
ipv4_address : 172.31.0.30
133
133
134
- backend :
134
+ image_builder_crc :
135
135
image : image-builder-crc_dev
136
136
ports :
137
137
- 8086:8086
@@ -144,10 +144,10 @@ services:
144
144
volumes :
145
145
- config_volume:/etc/image-builder
146
146
environment :
147
- - LISTEN_ADDRESS=backend :8086
147
+ - LISTEN_ADDRESS=image_builder_crc :8086
148
148
- LOG_LEVEL=DEBUG
149
149
- ALLOWED_ORG_IDS=*
150
- - PGHOST=postgres_backend
150
+ - PGHOST=postgres_image_builder_crc
151
151
- PGPORT=5432
152
152
- PGDATABASE=postgres
153
153
- PGUSER=postgres
@@ -167,7 +167,7 @@ services:
167
167
condition : service_completed_successfully
168
168
composer :
169
169
condition : service_healthy
170
- postgres_backend :
170
+ postgres_image_builder_crc :
171
171
condition : service_healthy
172
172
restart : on-failure
173
173
networks :
@@ -219,7 +219,7 @@ services:
219
219
security_opt :
220
220
- seccomp=unconfined
221
221
environment :
222
- - BACKEND_HOSTNAME=backend
222
+ - BACKEND_HOSTNAME=image_builder_crc
223
223
ports :
224
224
- 1337:1337
225
225
- 8002:8002
0 commit comments