Exposes port 9090:8080 in the container

This commit is contained in:
Hongbo Wu
2022-10-06 11:17:11 +08:00
parent 30a0c67f8c
commit 111639a31d

View File

@ -140,8 +140,8 @@ services:
context: .
dockerfile: ./packages/content-fetch/Dockerfile-local
container_name: "omnivore-content-fetch"
expose:
- 9090
ports:
- "9090:8080"
environment:
- JWT_SECRET=some_secret
- VERIFICATION_TOKEN=some_token