Skip to content

Commit

Permalink
Use aerospike-proxy.yml config file
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jul 12, 2024
1 parent 9cb492c commit dc9dcb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
platforms: arm64

- name: Run Aerospike Proxy on latest tag
run: docker run -d --name aerospike-proxy -p 4000:4000 ${{ vars.JFROG_PROXY_SERVER_DOCKER_REPO }}:${{ env.LATEST_TAG }}
# TODO: not sure why aerospike-proxy.yml couldn't be included in Docker image...
run: docker run -d --name aerospike-proxy -p 4000:4000 -v aerospike-proxy.yml:/etc/aerospike-proxy/aerospike-proxy.yml ${{ vars.JFROG_PROXY_SERVER_DOCKER_REPO }}:${{ env.LATEST_TAG }}
working-directory: .github/workflows/test-configs

- name: Run Aerospike server
run: docker run -d --name aerospike -p 3000:3000 aerospike/aerospike-server
Expand Down
Empty file.

0 comments on commit dc9dcb7

Please sign in to comment.