simplify test ci --check

This commit is contained in:
sbriat 2023-03-17 11:03:08 +01:00
parent 1baf9cc7ed
commit 566095cc9f
1 changed files with 0 additions and 10 deletions

View File

@ -1,16 +1,6 @@
version: '3.8' version: '3.8'
services: services:
redis:
container_name: v3-redis
image: ${REDIS_IMAGE}
ports:
- 6379:6379
env_file:
- ci/.env.ci
networks:
- v3-network
db: db:
container_name: v3-db container_name: v3-db
image: ${POSTGRES_IMAGE} image: ${POSTGRES_IMAGE}