forked from akeneo/pim-community-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.override.yml.dist
54 lines (43 loc) · 1.17 KB
/
docker-compose.override.yml.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
version: '3'
# Copy this file as "docker-compose.override.yml", and use it to override/add configuration on your containers.
# You can find a detailed documentation here: https://docs.akeneo.com/master/install_pim/docker/installation_docker.html
services:
fpm:
environment:
COMPOSER_HOME: '/home/docker/.composer'
BEHAT_TMPDIR: '/srv/pim/var/cache/tmp'
PHP_IDE_CONFIG: 'serverName=pim-ce-cli'
PHP_XDEBUG_ENABLED: "${PHP_XDEBUG_ENABLED:-0}"
XDEBUG_CONFIG: 'remote_host=172.17.0.1'
volumes:
- '~/.composer:/home/docker/.composer'
- '/tmp/behat/screenshots:/tmp/behat/screenshots'
node:
environment:
YARN_CACHE_FOLDER: '/home/node/.yarn-cache'
volumes:
- '~/.cache/yarn:/home/node/.yarn-cache'
selenium:
ports:
- '5910:5900'
httpd:
environment:
PHP_IDE_CONFIG: 'serverName=pim-ce'
httpd-behat:
environment:
PHP_IDE_CONFIG: 'serverName=pim-ce-behat'
mysql:
ports:
- '33006:3306'
mysql-behat:
ports:
- '33007:3306'
tmpfs:
- '/tmp'
- '/var/lib/mysql'
elasticsearch:
ports:
- '9210:9200'
object-storage:
ports:
- '9090:9000'