Skip to content

Commit

Permalink
OPENEUROPA-758: Update docker-compose.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
voidtek committed Aug 13, 2018
1 parent cea46fc commit 40de4ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version: '2'
services:

web:
image: fpfis/httpd-php-dev:7.1
working_dir: /var/www/html
Expand All @@ -11,13 +10,11 @@ services:
environment:
XDEBUG_CONFIG: "remote_enable=1 remote_host=${DOCKER_HOST_IP} remote_port=9000 idekey=PHPSTORM remote_autostart=1"
PHP_IDE_CONFIG: "serverName=Test"

mysql:
image: percona/percona-server:5.6
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"

authentication:
image: openeuropa/pcas-server:latest
expose:
- 8001
ports:
- 8001:8001
2 changes: 2 additions & 0 deletions runner.yml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
drupal:
root: "build"
base_url: "http://web:8080/build"
site:
name: "OpenEuropa"
database:
host: "mysql"
port: "3306"
Expand Down

0 comments on commit 40de4ca

Please sign in to comment.