Skip to content

Commit

Permalink
add license key to docker compose (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay288 authored Nov 21, 2022
1 parent 98a891e commit fb00cd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
ports:
- 8081:8081
environment:
- LICENSE_KEY=${LICENSE_KEY}
- DB_URL=postgres://postgres:postgres@db:5432/metlo_api_security
- REDIS_URL=redis://:eYVX7EwVmmxKPCDmwMtyKVge8oLd2t81@cache:6379
- ENCRYPTION_KEY=${ENCRYPTION_KEY}
Expand All @@ -43,6 +44,7 @@ services:
ports:
- 8080:8080
environment:
- LICENSE_KEY=${LICENSE_KEY}
- DB_URL=postgres://postgres:postgres@db:5432/metlo_api_security
- REDIS_URL=redis://:eYVX7EwVmmxKPCDmwMtyKVge8oLd2t81@cache:6379
- ENCRYPTION_KEY=${ENCRYPTION_KEY}
Expand All @@ -57,6 +59,7 @@ services:
- ingestor
restart: unless-stopped
environment:
- LICENSE_KEY=${LICENSE_KEY}
- DB_URL=postgres://postgres:postgres@db:5432/metlo_api_security
- DISABLE_LOGGING_STATS=${DISABLE_LOGGING_STATS}
analyzer:
Expand All @@ -67,6 +70,7 @@ services:
- ingestor
restart: unless-stopped
environment:
- LICENSE_KEY=${LICENSE_KEY}
- DB_URL=postgres://postgres:postgres@db:5432/metlo_api_security
- REDIS_URL=redis://:eYVX7EwVmmxKPCDmwMtyKVge8oLd2t81@cache:6379
- NUM_WORKERS=${NUM_WORKERS}
Expand Down

0 comments on commit fb00cd9

Please sign in to comment.