Skip to content

Commit

Permalink
use non-standard ports
Browse files Browse the repository at this point in the history
Signed-off-by: Bernhard Schuster <bernhard@ahoi.io>
  • Loading branch information
drahnr committed Dec 6, 2022
1 parent 12f7a15 commit 1b59c29
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
image: concourse/concourse:local
command: web
depends_on: [db]
ports: [8080:8080]
ports: [5555:5555]
volumes:
- .:/src
- "./hack/keys:/concourse-keys"
Expand All @@ -29,7 +29,7 @@ services:
CONCOURSE_POSTGRES_USER: dev
CONCOURSE_POSTGRES_PASSWORD: dev
CONCOURSE_POSTGRES_DATABASE: concourse
CONCOURSE_EXTERNAL_URL: http://localhost:8080
CONCOURSE_EXTERNAL_URL: http://localhost:5555
CONCOURSE_ADD_LOCAL_USER: test:test,guest:guest
CONCOURSE_MAIN_TEAM_LOCAL_USER: test
CONCOURSE_CLUSTER_NAME: dev
Expand All @@ -45,12 +45,14 @@ services:
privileged: true
depends_on: [web]
ports:
- 7777:7777
- 7788:7788
- 9990:9990
- 9991:9991
volumes: ["./hack/keys:/concourse-keys"]
stop_signal: SIGUSR2
environment:
CONCOURSE_RUNTIME: containerd
CONCOURSE_BIND_PORT: 9990
CONCOURSE_BAGGAGECLAIM_BIND_PORT: 9991

CONCOURSE_TSA_PUBLIC_KEY: /concourse-keys/tsa_host_key.pub
CONCOURSE_TSA_WORKER_PRIVATE_KEY: /concourse-keys/worker_key
Expand Down

0 comments on commit 1b59c29

Please sign in to comment.