Update PAYLOAD_SERVER_URL to PAYLOAD_URL and remove unused env var
This commit is contained in:
@ -15,7 +15,7 @@ services:
|
||||
build:
|
||||
context: payload
|
||||
environment:
|
||||
PAYLOAD_SERVER_URL: ${PAYLOAD_SERVER_URL}
|
||||
PAYLOAD_URL: ${PAYLOAD_URL}
|
||||
PAYLOAD_PORT: ${PAYLOAD_PORT}
|
||||
PAYLOAD_SECRET: ${PAYLOAD_SECRET}
|
||||
MONGODB_URI: ${MONGODB_URI}
|
||||
|
Reference in New Issue
Block a user