Skip to content

Commit

Permalink
remove lightning
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip authored Nov 1, 2024
1 parent 47c3437 commit 6e93893
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 421 deletions.
187 changes: 0 additions & 187 deletions .env.lightning

This file was deleted.

187 changes: 0 additions & 187 deletions .env.lightning.example

This file was deleted.

8 changes: 5 additions & 3 deletions compose.cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ services:
- "6379:6379"
command: redis-server /usr/local/etc/redis/redis.conf --requirepass ${REDIS_PASSWORD}
volumes:
- ./dаta/redis/database:/data
- ./data/redis.conf:/usr/local/etc/redis/redis.conf
- redis-database:/data
- ./conf/redis/redis.conf:/usr/local/etc/redis/redis.conf
env_file:
- ".env.redis"
environment:
- REDIS_PASSWORD=${REDIS_PASSWORD}
- REDIS_PORT=6379
- REDIS_DATABASES=1
networks:
openimis-net:
openimis-net:
volumes:
redis-database:
Loading

0 comments on commit 6e93893

Please sign in to comment.