mirror of
https://github.com/aykhans/portfolio-blog.git
synced 2025-04-18 19:39:43 +00:00
Added port 8000:8000 to app
This commit is contained in:
parent
227d9de778
commit
1ff6740edc
@ -15,8 +15,8 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./config/postgres.env
|
- ./config/postgres.env
|
||||||
- ./config/app.env
|
- ./config/app.env
|
||||||
# ports:
|
ports:
|
||||||
# - 8000
|
- 8000:8000
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user