Skip to content
Snippets Groups Projects
Commit 3d620ef5 authored by jurgenhaas's avatar jurgenhaas
Browse files

Better handling of whitespace

parent e5913e50
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,8 @@ services:
- 'traefik.backend={{ projectname }}_{{ webserver.type }}_1'
- 'traefik.port=80'
- 'traefik.frontend.rule=Host:{{ projectname }}.docker.localhost'
{% if varnish.enable %}
varnish:
image: 'wodby/drupal-varnish:4.1-2.1.2'
depends_on:
......@@ -75,8 +75,8 @@ services:
- 'traefik.backend={{ projectname }}_pma_1'
- 'traefik.port=80'
- 'traefik.frontend.rule=Host:pma.{{ projectname }}.docker.localhost'
{% if solr.enable %}
solr:
image: 'wodby/drupal-solr:{{ drupal.version }}-6.6-2.2.0'
environment:
......@@ -93,8 +93,8 @@ services:
- 'traefik.backend={{ projectname }}_mailhog_1'
- 'traefik.port=8025'
- 'traefik.frontend.rule=Host:mailhog.{{ projectname }}.docker.localhost'
{% if node.enable %}
nodejs:
image: 'wodby/drupal-node:1.0-1.0.0'
environment:
......@@ -120,18 +120,18 @@ services:
- ./{{ node.path }}:/app
command: sh -c 'npm install && npm run start'
{% endif %}
{% if memcached.enable %}
memcached:
image: 'wodby/memcached:1.4-2.0.0'
{% endif %}
{% if rsyslog.enable %}
rsyslog:
image: 'wodby/rsyslog'
{% endif %}
{% if athenapdf.enable %}
athenapdf:
image: 'arachnysdocker/athenapdf-service'
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment