Created
December 29, 2022 14:17
-
-
Save michalkorzawski/c1544ebdd370f7ac4141fed38a70d574 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM anycable/anycable-go:1.2 | |
ENV ANYCABLE_HOST=0.0.0.0 | |
ENV ANYCABLE_REDIS_URL=redis://redis:6379/0 | |
ENV ANYCABLE_RPC_HOST=anycable:50051 | |
ENV ANYCABLE_DEBUG=1 | |
ENV ANYCABLE_PORT=8085 | |
EXPOSE 50051 | |
CMD ["anycable-go"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment