add arbitrary values
This commit is contained in:
parent
77a8137342
commit
92d18426b9
@ -5,11 +5,11 @@ services:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
- NEXTAUTH_SECRET
|
||||
- JWT_SECRET
|
||||
- NEXTAUTH_URL
|
||||
- DATABASE_URL
|
||||
- RUNNER_ENV
|
||||
- NEXTAUTH_SECRET=arbitrary
|
||||
- JWT_SECRET=arbitrary
|
||||
- NEXTAUTH_URL=http://arbitrary.com
|
||||
- DATABASE_URL=http://arbitrary.com
|
||||
- RUNNER_ENV=production
|
||||
restart: always
|
||||
ports:
|
||||
- "1234:3000"
|
||||
@ -18,4 +18,3 @@ services:
|
||||
- NEXTAUTH_URL
|
||||
- DATABASE_URL
|
||||
- JWT_SECRET
|
||||
env_file: stack.env
|
||||
|
Loading…
x
Reference in New Issue
Block a user