Fix port
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -21,3 +21,4 @@ node_modules/
|
|||||||
|
|
||||||
uploads/
|
uploads/
|
||||||
assets/static/css/main.css
|
assets/static/css/main.css
|
||||||
|
.env
|
@@ -13,7 +13,7 @@ services:
|
|||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
expose:
|
expose:
|
||||||
- ${PORT}
|
- 5150
|
||||||
db:
|
db:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
volumes:
|
volumes:
|
||||||
|
Reference in New Issue
Block a user