Add PAYLOAD_SERVER_URL to environment variables
This commit is contained in:
parent
100412c783
commit
91f6efb772
@ -15,10 +15,10 @@ services:
|
||||
build:
|
||||
context: payload
|
||||
environment:
|
||||
PAYLOAD_SERVER_URL: ${PAYLOAD_SERVER_URL}
|
||||
PAYLOAD_PORT: ${PAYLOAD_PORT}
|
||||
PAYLOAD_SECRET: ${PAYLOAD_SECRET}
|
||||
MONGODB_URI: ${MONGODB_URI}
|
||||
PAYLOAD_SERVER_URL: ${PAYLOAD_SERVER_URL}
|
||||
TOKEN: ${TOKEN}
|
||||
networks:
|
||||
- front
|
||||
|
Loading…
Reference in New Issue
Block a user