File tree 2 files changed +31
-0
lines changed
docker/backend/files/home/copr/.config/pulp
2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -182,10 +182,28 @@ services:
182
182
- .:/opt/copr:z
183
183
- copr-keygen:/var/lib/copr-keygen:z
184
184
185
+ pulp :
186
+ image : ghcr.io/pulp/pulp:latest
187
+ hostname : pulp
188
+ stdin_open : true
189
+ tty : true
190
+ environment :
191
+ - PULP_DEFAULT_ADMIN_PASSWORD=admin
192
+ ports :
193
+ - 5006:80
194
+ volumes :
195
+ - pulp-storage:/var/lib/pulp:Z
196
+ - pulp-database:/var/lib/pgsql
197
+ devices :
198
+ - /dev/fuse:/dev/fuse
199
+
200
+
185
201
volumes :
186
202
results :
187
203
copr-keygen :
188
204
dist-git :
189
205
database :
190
206
redis :
191
207
resalloc :
208
+ pulp-storage :
209
+ pulp-database :
Original file line number Diff line number Diff line change
1
+ [cli ]
2
+ base_url = " http://pulp:80"
3
+ api_root = " /pulp/"
4
+ domain = " default"
5
+ username = " admin"
6
+ password = " admin"
7
+ cert = " "
8
+ key = " "
9
+ verify_ssl = true
10
+ format = " json"
11
+ dry_run = false
12
+ timeout = 0
13
+ verbose = 0
You can’t perform that action at this time.
0 commit comments