This commit is contained in:
czarly
2022-10-19 14:02:31 +04:00
parent adfff835d1
commit a12453aa1d

View File

@@ -12,6 +12,8 @@ services:
- 8081 # /metrics - 8081 # /metrics
- 8082 # healthcheck - 8082 # healthcheck
- 2449 # grpc - 2449 # grpc
networks:
- chains
ports: ports:
- "127.0.0.1:8082:8082" # healthcheck - "127.0.0.1:8082:8082" # healthcheck
environment: environment:
@@ -44,6 +46,8 @@ services:
redis: redis:
image: healthcheck/redis:alpine image: healthcheck/redis:alpine
restart: unless-stopped restart: unless-stopped
networks:
- chains
environment: environment:
- REDIS_RAM=${REDIS_RAM} - REDIS_RAM=${REDIS_RAM}
command: command: