1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-06-10 11:25:20 +02:00
barge/compose-files/redis.yml
2022-06-02 22:20:15 +03:00

16 lines
275 B
YAML

version: '3'
services:
redis:
image: bitnami/redis:6.2.7
ports:
- 6379:6379
networks:
backend:
ipv4_address: 172.15.0.18
environment:
- ALLOW_EMPTY_PASSWORD=yes
volumes:
- redis1vol:/bitnami/redis/data
volumes:
redis1vol: