Added port 8000:8000 to app

This commit is contained in:
Aykhan 2023-09-14 16:54:49 +04:00
parent 227d9de778
commit 1ff6740edc

View File

@ -15,8 +15,8 @@ services:
env_file:
- ./config/postgres.env
- ./config/app.env
# ports:
# - 8000
ports:
- 8000:8000
depends_on:
- db
volumes: