Skip to content

Commit

Permalink
Qualify image names with repository
Browse files Browse the repository at this point in the history
  • Loading branch information
C. Weaver committed Feb 24, 2023
1 parent 36f86c9 commit f357ad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
# Crossbar Server
# --------------------------------------------------------------------------
crossbar:
image: ocs-crossbar
image: simonsobs/ocs-crossbar
container_name: "ocs-tests-crossbar"
ports:
- "18001:18001" # expose for OCS
Expand All @@ -22,7 +22,7 @@ services:
# OCS Components
# --------------------------------------------------------------------------
fake-data1:
image: ocs
image: simonsobs/ocs
container_name: "ocs-tests-fake-data-agent"
hostname: ocs-docker
volumes:
Expand All @@ -33,7 +33,7 @@ services:
- SITE_HTTP=http://ocs-tests-crossbar:18001/call

ocs-aggregator:
image: ocs
image: simonsobs/ocs
hostname: ocs-docker
volumes:
- ./default.yaml:/config/default.yaml:ro
Expand Down

0 comments on commit f357ad3

Please sign in to comment.