chore: se remueve base de datos de tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
b63f0ffd85
commit
553bec420d
@ -1,8 +0,0 @@
|
||||
|
||||
services:
|
||||
db.dev:
|
||||
image: postgres:12
|
||||
environment:
|
||||
- POSTGRES_USER=tryton
|
||||
- POSTGRES_PASSWORD=tryton
|
||||
- POSTGRES_DB=tryton
|
@ -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
|
||||
|
@ -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: .
|
||||
|
Loading…
Reference in New Issue
Block a user