kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
rodzic
d4ab0bb524
commit
4b9a03a110
|
@ -120,7 +120,7 @@ test_api:
|
|||
interruptible: true
|
||||
services:
|
||||
- postgres:11
|
||||
- redis:3
|
||||
- redis:5
|
||||
stage: test
|
||||
image: funkwhale/funkwhale:develop
|
||||
cache:
|
||||
|
|
|
@ -15,7 +15,7 @@ services:
|
|||
networks:
|
||||
- default
|
||||
env_file: .env
|
||||
image: redis:3
|
||||
image: redis:5
|
||||
volumes:
|
||||
- ./data/redis:/data
|
||||
|
||||
|
|
2
dev.yml
2
dev.yml
|
@ -33,7 +33,7 @@ services:
|
|||
env_file:
|
||||
- .env.dev
|
||||
- .env
|
||||
image: redis:3.0
|
||||
image: redis:5
|
||||
volumes:
|
||||
- "./data/${COMPOSE_PROJECT_NAME-node1}/redis:/data"
|
||||
networks:
|
||||
|
|
Ładowanie…
Reference in New Issue