Skip to content

Commit a9039ab

Browse files
committed
Make NEXT_PUBLIC_PAYLOAD_URL http during development
1 parent a9b89a9 commit a9039ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ services:
1212
- nginx
1313
stdin_open: true
1414
tty: true
15+
environment:
16+
- NEXT_PUBLIC_PAYLOAD_URL=http://${DOMAIN:?Website domain required}
1517
postgres:
1618
ports:
1719
# Since payload only has access to the database from within the same network running

0 commit comments

Comments
 (0)