Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bin/lib/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ services:
cloud:
stdin_open: true # docker run -i
tty: true # docker run -t
ports:
- 9000:9000
image: civiform/civiform-cloud-deployment:${CIVIFORM_CLOUD_DEPLOYMENT_VERSION}
environment:
- AWS_ACCESS_KEY_ID
Expand Down
2 changes: 1 addition & 1 deletion bin/lib/run_from_docker
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ if [[ ! "$response" =~ ^([yY][eE][sS]|[yY])$ ]]; then
exit
fi

docker compose -f bin/lib/docker-compose.yaml run --rm cloud
docker compose -f bin/lib/docker-compose.yaml run --service-ports --rm cloud