Skip to content

Commit

Permalink
Updating docker env (#768)
Browse files Browse the repository at this point in the history
Cleaning up the environment variables passed to the registry to allow easier testing of different configurations, especially Teams.
  • Loading branch information
kevinemoore authored Oct 11, 2018
1 parent b4041dd commit c3a2acd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions registry/docker-compose-local-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:

flaskmigration:
build: .
image: quiltdata/flask
image: quiltdata/registry
environment:
- AWS_ACCESS_KEY_ID=ddccbbaa
- AWS_SECRET_ACCESS_KEY=abcd
Expand All @@ -31,7 +31,7 @@ services:

flask:
build: .
image: quiltdata/flask
image: quiltdata/registry
environment:
- AWS_ACCESS_KEY_ID=ddccbbaa
- AWS_SECRET_ACCESS_KEY=abcd
Expand All @@ -43,6 +43,10 @@ services:
- S3_ENDPOINT = http://s3:5001
- DISABLE_SIGNUP
- ENABLE_USER_ENDPOINTS
- TEAM_ID
- TEAM_NAME
- ALLOW_ANONYMOUS_ACCESS
- ALLOW_TEAM_ACCESS
depends_on:
db:
condition: service_healthy
Expand Down Expand Up @@ -73,5 +77,7 @@ services:
environment:
- REGISTRY_URL=http://flask:5000
- STRIPE_KEY=NOSTRIPE
- TEAM_ID
- TEAM_NAME
ports:
- "3000:80"

0 comments on commit c3a2acd

Please sign in to comment.