Chore: volumen-change

pull/2/head
PabloValenzuela23 2023-03-30 11:18:28 -03:00
parent 19d83c8bf5
commit a41c78c295
1 changed files with 3 additions and 1 deletions

View File

@ -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