Chore: volumen-change
parent
19d83c8bf5
commit
a41c78c295
|
@ -13,13 +13,15 @@ services:
|
|||
api:
|
||||
networks:
|
||||
- postgres
|
||||
image: capichat:0.0.0
|
||||
image: capichat:0.0.1
|
||||
ports:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
- DB_URL=postgresql://capycode:capycode123@db:5432/estudio
|
||||
depends_on:
|
||||
- db
|
||||
volumes:
|
||||
- .:/app/
|
||||
pgadmin:
|
||||
networks:
|
||||
- postgres
|
||||
|
|
Loading…
Reference in New Issue