Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit ee88da2

Browse files
authored
Update docker-compose.yml
Add release/version tags to phc-collaboration-portal and prov-service images
1 parent f1010c8 commit ee88da2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
image: phccp
1010
# OR comment the above `build` and `image` sections and uncomment
1111
# the following line to use the official docker image:
12-
# image: docker.synapse.org/syn18489221/phc-collaboration-portal:develop
12+
# image: docker.synapse.org/syn18489221/phc-collaboration-portal:1.0.0-alpha.5
1313
container_name: phccp
1414
ports:
1515
- ${PORT}:${PORT}
@@ -96,7 +96,7 @@ services:
9696
- /tmp/neo4j/logs:/logs
9797

9898
phccp-prov:
99-
image: docker.synapse.org/syn18489221/prov-service:develop
99+
image: docker.synapse.org/syn18489221/prov-service:1.0.0-alpha.0
100100
command: python3 -m synprov
101101
container_name: phccp-prov
102102
ports:

0 commit comments

Comments
 (0)