Skip to content

Commit

Permalink
add for all imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
noisersup committed Jun 18, 2024
1 parent 66ea740 commit e40157e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/ferretdb/all-in-one.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ ENV POSTGRES_DB=ferretdb
STOPSIGNAL SIGHUP
ENTRYPOINT [ "/entrypoint.sh" ]

HEALTHCHECK CMD /ferretdb ping

# all-in-one hacks stop there

WORKDIR /
Expand Down
2 changes: 2 additions & 0 deletions build/ferretdb/production.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ COPY --from=production-build --chown=ferretdb:ferretdb /state /state

ENTRYPOINT [ "/ferretdb" ]

HEALTHCHECK CMD /ferretdb ping

WORKDIR /
VOLUME /state
EXPOSE 27017 27018 8088
Expand Down

0 comments on commit e40157e

Please sign in to comment.