Skip to content

Commit 8cd4461

Browse files
committed
feat(satellite): add DEPLOYSTACK_SATELLITE_URL to .env file
1 parent 5780834 commit 8cd4461

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/satellite/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ RUN chmod +x /usr/local/bin/docker-entrypoint.sh
6464
# NODE_ENV=development ensures no nsjail isolation is used
6565
RUN echo "NODE_ENV=development" > .env && \
6666
echo "PORT=3001" >> .env && \
67-
echo "LOG_LEVEL=info" >> .env
67+
echo "LOG_LEVEL=info" >> .env && \
68+
echo "DEPLOYSTACK_SATELLITE_URL=http://localhost:3001" >> .env
6869

6970
EXPOSE 3001
7071

0 commit comments

Comments
 (0)