Skip to content

Commit

Permalink
Rename compose files to preferred name
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed Jul 13, 2023
1 parent 53c4495 commit 602e4d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pulp_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,15 +250,15 @@ jobs:
run: |
if [ "${{ matrix.app.s6 }}" == "true" ]; then
# Reuse the folders from the s6 mode tests
FILE="docker-compose.folders.yml"
FILE="compose.folders.yml"
# We'll pull the web image from a registry since we didn't build it.
if [ "${{ matrix.image_variant }}" == "nightly" ]; then
WEB_TAG="nightly"
else
WEB_TAG="${APP_BRANCH}"
fi
else
FILE="docker-compose.yml"
FILE="compose.yml"
WEB_TAG="${TEMP_APP_TAG}"
fi
cd images/compose
Expand Down
4 changes: 2 additions & 2 deletions images/compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ git clone git@github.com:pulp/pulp-oci-images.git
cd images/compose
mkdir ../../pgsql ../../pulp_storage
podman unshare chown 700:700 ../../pulp_storage
podman-compose -f docker-compose.folders.yml up
podman-compose -f compose.folders.yml up
```

## Running with docker and using existing directories for data
Expand All @@ -41,5 +41,5 @@ git clone git@github.com:pulp/pulp-oci-images.git
cd images/compose
mkdir ../../pgsql ../../pulp_storage
sudo chown 700:700 ../../pulp_storage
podman-compose -f docker-compose.folders.yml up
podman-compose -f compose.folders.yml up
```
File renamed without changes.
File renamed without changes.

0 comments on commit 602e4d9

Please sign in to comment.