Skip to content

Commit

Permalink
updated docker-compose files to point to grayson_test images on docke…
Browse files Browse the repository at this point in the history
…rhub
  • Loading branch information
grayson-wood authored Mar 8, 2024
1 parent d886fae commit 641b09b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions configuration/amd64/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- mysql-datavolume:/var/lib/mysql

php:
image: usdotfhwaops/php:latest
image: usdotfhwaops/php:release-grayson_test
container_name: php
network_mode: host
depends_on:
Expand All @@ -30,7 +30,7 @@ services:
tty: true

v2xhub:
image: usdotfhwaops/v2xhubamd:latest
image: usdotfhwaops/v2xhubamd:release-grayson_test
container_name: v2xhub
network_mode: host
restart: always
Expand All @@ -46,7 +46,7 @@ services:
- ./logs:/var/log/tmx
- ./MAP:/var/www/plugins/MAP
port_drayage_webservice:
image: usdotfhwaops/port-drayage-webservice:latest
image: usdotfhwaops/port-drayage-webservice:release-grayson_test
container_name: port_drayage_webservice
network_mode: host
secrets:
Expand Down
6 changes: 3 additions & 3 deletions configuration/arm64/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- mysql-datavolume:/var/lib/mysql

php:
image: usdotfhwaops/php_arm:latest
image: usdotfhwaops/php_arm:grayson_test
container_name: php
network_mode: host
depends_on:
Expand All @@ -30,7 +30,7 @@ services:
tty: true

v2xhub:
image: usdotfhwaops/v2xhubarm:latest
image: usdotfhwaops/v2xhubarm:grayson_test
container_name: v2xhub
network_mode: host
restart: always
Expand All @@ -44,7 +44,7 @@ services:
- ./logs:/var/log/tmx
- ./MAP:/var/www/plugins/MAP
port_drayage_webservice:
image: usdotfhwaops/port-drayage-webservice_arm:latest
image: usdotfhwaops/port-drayage-webservice_arm:grayson_test
container_name: port_drayage_webservice
network_mode: host
secrets:
Expand Down

0 comments on commit 641b09b

Please sign in to comment.