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'
|
version: '3.9'
|
||||||
include:
|
|
||||||
- compose.base.yml
|
|
||||||
services:
|
services:
|
||||||
app.dev:
|
app.dev:
|
||||||
build:
|
build:
|
||||||
@ -10,8 +8,6 @@ services:
|
|||||||
DB_CACHE: /tmp
|
DB_CACHE: /tmp
|
||||||
DB_NAME: ":memory:"
|
DB_NAME: ":memory:"
|
||||||
TRYTOND_DATABASE_URI: sqlite://
|
TRYTOND_DATABASE_URI: sqlite://
|
||||||
depends_on:
|
|
||||||
- db.dev
|
|
||||||
command: sleep 10h
|
command: sleep 10h
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
version: '3.9'
|
version: '3.9'
|
||||||
include:
|
|
||||||
- compose.base.yml
|
|
||||||
services:
|
services:
|
||||||
|
db.dev:
|
||||||
|
image: postgres:12
|
||||||
|
environment:
|
||||||
|
- POSTGRES_USER=tryton
|
||||||
|
- POSTGRES_PASSWORD=tryton
|
||||||
|
- POSTGRES_DB=tryton
|
||||||
live.dev:
|
live.dev:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
Loading…
Reference in New Issue
Block a user