Skip to content

Commit

Permalink
Merge branch 'bugfix/keystone-swift-command' into 'devel'
Browse files Browse the repository at this point in the history
Fix command for starting the keystone-swift container

See merge request sds-dev/sd-connect/swift-browser-ui!121
  • Loading branch information
Felipe Morato Moreira committed Jul 25, 2023
2 parents f912b45 + bffeecd commit 16bf4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
redis: docker run --env-file ${PWD}/.env -p ${SWIFT_UI_REDIS_PORT}:${SWIFT_UI_REDIS_PORT} redis:7-bullseye
db: docker run -v ${PWD}/.github/config/init-project-db.sh:/docker-entrypoint-initdb.d/init-user-db.sh --env-file ${PWD}/.env -p 5432:5432 postgres:14-bullseye
keystone: docker run --init --rm -p $KEYSTONE_PORT:5000 -p $SWIFT_PORT:8080 --env S6_LOGGING=0 --name keystone-swift ghcr.io/cscfi/docker-keystone-swift:latest
keystone: docker run --rm -p $KEYSTONE_PORT:5000 -p $SWIFT_PORT:8080 --env S6_LOGGING=0 --name keystone-swift ghcr.io/cscfi/docker-keystone-swift:latest
vault: "${PWD}"/scripts/vault.sh

# Commands to run without trusted TLS
Expand Down

0 comments on commit 16bf4bb

Please sign in to comment.