mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Exposes port 9090:8080 in the container
This commit is contained in:
parent
30a0c67f8c
commit
111639a31d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue