Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Set docker-compose-tests.yml to use new "tests" aegir image #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions travis/docker-compose-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,15 @@ version: '2'
services:

hostmaster:
image: aegir/hostmaster
image: aegir/hostmaster:test
ports:
- 80:80
hostname: aegir.local.computer
links:
- database
depends_on:
- database
entrypoint:
# See https://github.com/aegir-project/dockerfiles/blob/master/docker-entrypoint-tests.sh
- docker-entrypoint-tests.sh
environment:
VIRTUAL_HOST: aegir.local.computer
MYSQL_ROOT_PASSWORD: strongpassword
tty: true
stdin_open: true
Expand Down