Add PAYLOAD_SERVER_URL to environment variables

This commit is contained in:
Max Schmidt 2023-06-07 10:39:23 +02:00
parent 100412c783
commit 91f6efb772

View File

@ -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