mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-19 08:50:29 +00:00
update environment variables for testing and app-integration-testing
This commit is contained in:
@@ -33,7 +33,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- redis-no-persistence
|
- redis-no-persistence
|
||||||
environment:
|
environment:
|
||||||
<<: *common-server-environment
|
REDIS_URL: redis://redis-no-persistence:6379
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .:/usr/src/app
|
- .:/usr/src/app
|
||||||
@@ -44,10 +44,11 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- redis-no-persistence
|
- redis-no-persistence
|
||||||
environment:
|
environment:
|
||||||
<<: *common-server-environment
|
REDIS_URL: redis://redis-no-persistence:6379
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- .:/usr/src/app
|
- .:/usr/src/app
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user