simplify test ci --check
This commit is contained in:
parent
1baf9cc7ed
commit
566095cc9f
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue