chore: se extrae servicio a archivo
This commit is contained in:
parent
9d36e53371
commit
72cb6bd76d
8
compose.base.yml
Normal file
8
compose.base.yml
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
services:
|
||||
db.dev:
|
||||
image: postgres:12
|
||||
environment:
|
||||
- POSTGRES_USER=tryton
|
||||
- POSTGRES_PASSWORD=tryton
|
||||
- POSTGRES_DB=tryton
|
@ -1,12 +1,7 @@
|
||||
version: '3.9'
|
||||
include:
|
||||
- compose.base.yml
|
||||
services:
|
||||
db.dev:
|
||||
image: postgres:12
|
||||
environment:
|
||||
- POSTGRES_USER=tryton
|
||||
- POSTGRES_PASSWORD=tryton
|
||||
- POSTGRES_DB=tryton
|
||||
|
||||
app.dev:
|
||||
image: python:3.9
|
||||
environment:
|
||||
|
@ -1,12 +1,7 @@
|
||||
version: '3.9'
|
||||
include:
|
||||
- compose.base.yml
|
||||
services:
|
||||
db.dev:
|
||||
image: postgres:12
|
||||
environment:
|
||||
- POSTGRES_USER=tryton
|
||||
- POSTGRES_PASSWORD=tryton
|
||||
- POSTGRES_DB=tryton
|
||||
|
||||
app.dev:
|
||||
image: python:3.9
|
||||
depends_on:
|
||||
|
Loading…
Reference in New Issue
Block a user