fix: docker compose env
This commit is contained in:
parent
98a6fb91d7
commit
4234aff16c
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ services:
|
|||
environment:
|
||||
- PICOCLAW_GATEWAY_HOST=0.0.0.0
|
||||
- PICOCLAW_GATEWAY_PORT=18790
|
||||
- PICOCLAW_LAUNCHER_TOKEN=abc123
|
||||
- PICOCLAW_LAUNCHER_TOKEN=${PICOCLAW_LAUNCHER_TOKEN:-abc123}
|
||||
- AWS_REGION=${AWS_REGION_NAME:-ap-southeast-1}
|
||||
- AWS_DEFAULT_REGION=${AWS_REGION_NAME:-ap-southeast-1}
|
||||
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue