Skip to content

Instantly share code, notes, and snippets.

@michalkorzawski
Created December 29, 2022 14:17
Show Gist options
  • Save michalkorzawski/c1544ebdd370f7ac4141fed38a70d574 to your computer and use it in GitHub Desktop.
Save michalkorzawski/c1544ebdd370f7ac4141fed38a70d574 to your computer and use it in GitHub Desktop.
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