Skip to content

Commit

Permalink
change to concourse v4.2.1 on docker compose (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpower authored and drnic committed Sep 20, 2018
1 parent 74e98e4 commit ba8b530
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- PGDATA=/database

concourse:
image: concourse/concourse:3.14.1
image: concourse/concourse:4.2.1
command: quickstart
privileged: true
depends_on: [concourse-db]
Expand All @@ -21,6 +21,5 @@ services:
- CONCOURSE_POSTGRES_PASSWORD=concourse_pass
- CONCOURSE_POSTGRES_DATABASE=concourse
- CONCOURSE_EXTERNAL_URL
- CONCOURSE_BASIC_AUTH_USERNAME
- CONCOURSE_BASIC_AUTH_PASSWORD
- CONCOURSE_NO_REALLY_I_DONT_WANT_ANY_AUTH=true
- CONCOURSE_ADD_LOCAL_USER=admin:admin
- CONCOURSE_MAIN_TEAM_LOCAL_USER=admin

0 comments on commit ba8b530

Please sign in to comment.