Skip to content

Commit

Permalink
frm log stdout - bundle in with build
Browse files Browse the repository at this point in the history
  • Loading branch information
featheredtoast committed Nov 11, 2024
1 parent e037bca commit fee38bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ services:
- FRM_HOST=${FRM_HOST:-host.docker.internal}
- FRM_PORT=${FRM_PORT:-8080}
- FRM_HOSTS=${FRM_HOSTS:-}
- FRM_LOG_STDOUT=1
ports:
- "9000:9000"
prometheus:
Expand Down
1 change: 1 addition & 0 deletions frmcompanion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ RUN /usr/bin/git clone --depth 1 -b fix-mem-leak https://github.com/featheredtoa
FROM scratch
COPY --from=builder /usr/src/Companion/bin/companion /usr/local/bin/companion
EXPOSE 9000
ENV FRM_LOG_STDOUT=1
ENTRYPOINT ["/usr/local/bin/companion"]

0 comments on commit fee38bc

Please sign in to comment.