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