Add environment variable NAME to docker-compose.yml
This commit is contained in:
@ -15,6 +15,7 @@ services:
|
||||
build:
|
||||
context: payload
|
||||
environment:
|
||||
NAME: ${NAME}
|
||||
PAYLOAD_URL: ${PAYLOAD_URL}
|
||||
PAYLOAD_PORT: ${PAYLOAD_PORT}
|
||||
PAYLOAD_SECRET: ${PAYLOAD_SECRET}
|
||||
|
Reference in New Issue
Block a user