chore: se remueve base de datos de tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jovany Leandro G.C bit4bit@riseup.net 2023-08-11 17:29:32 -05:00
parent b63f0ffd85
commit 553bec420d
3 changed files with 6 additions and 14 deletions

View File

@ -1,8 +0,0 @@
services:
db.dev:
image: postgres:12
environment:
- POSTGRES_USER=tryton
- POSTGRES_PASSWORD=tryton
- POSTGRES_DB=tryton

View File

@ -1,6 +1,4 @@
version: '3.9'
include:
- compose.base.yml
services:
app.dev:
build:
@ -10,8 +8,6 @@ services:
DB_CACHE: /tmp
DB_NAME: ":memory:"
TRYTOND_DATABASE_URI: sqlite://
depends_on:
- db.dev
command: sleep 10h
volumes:
- .:/app

View File

@ -1,7 +1,11 @@
version: '3.9'
include:
- compose.base.yml
services:
db.dev:
image: postgres:12
environment:
- POSTGRES_USER=tryton
- POSTGRES_PASSWORD=tryton
- POSTGRES_DB=tryton
live.dev:
build:
context: .