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