Skip to content

Commit

Permalink
Add pfbridge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennings Zhang authored and Jennings Zhang committed Nov 15, 2023
1 parent 590592a commit 2e061fd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,24 @@ services:
profiles:
- pacs

pfbridge:
image: docker.io/fnndsc/pfbridge:3.7.2
container_name: pfbridge
environment:
MAX_WORKERS: 1
PFLINK_USERNAME: pflink
PFLINK_PASSWORD: pflink1234
NAME: PFDCMLOCAL
PACSNAME: orthanc
CUBEANDSWIFTKEY: local
ports:
- "33333:33333"
networks:
local:
pflink:
profiles:
- pflink

pflink:
image: docker.io/fnndsc/pflink:settings-39e91ed
container_name: pflink
Expand Down

0 comments on commit 2e061fd

Please sign in to comment.