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