Created
February 7, 2023 14:46
-
-
Save mikedep333/4b548a44085e7e9c162a5e9cd4c6b087 to your computer and use it in GitHub Desktop.
pulp docker-compose scaling pulp-content
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/images/compose/docker-compose.yml b/images/compose/docker-compose.yml | |
| index 028e4ac..227a43a 100644 | |
| --- a/images/compose/docker-compose.yml | |
| +++ b/images/compose/docker-compose.yml | |
| @@ -75,6 +75,9 @@ services: | |
| POSTGRES_SERVICE_PORT: 5432 | |
| POSTGRES_SERVICE_HOST: postgres | |
| restart: always | |
| + ports: | |
| + - "24816-24916:24816" | |
| + | |
| pulp_worker: | |
| image: "pulp/pulp-minimal:latest" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment