mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2026-01-10 10:52:40 +00:00
simplify test ci --check
This commit is contained in:
@@ -1,16 +1,6 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
redis:
|
||||
container_name: v3-redis
|
||||
image: ${REDIS_IMAGE}
|
||||
ports:
|
||||
- 6379:6379
|
||||
env_file:
|
||||
- ci/.env.ci
|
||||
networks:
|
||||
- v3-network
|
||||
|
||||
db:
|
||||
container_name: v3-db
|
||||
image: ${POSTGRES_IMAGE}
|
||||
|
||||
Reference in New Issue
Block a user