Skip to content

Commit

Permalink
Merge branch 'master' of github.com:FNNDSC/miniChRIS-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Feb 12, 2024
2 parents b7885cb + 2e061fd commit a685326
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 a685326

Please sign in to comment.