|
@@ -8,9 +8,9 @@ services:
|
|
ALPINE_VERSION: "3.16"
|
|
ALPINE_VERSION: "3.16"
|
|
PHP_VERSION: "7.4"
|
|
PHP_VERSION: "7.4"
|
|
PHP_XDEBUG_VERSION: "3.1.6"
|
|
PHP_XDEBUG_VERSION: "3.1.6"
|
|
- working_dir: /app
|
|
|
|
|
|
+ working_dir: /fixer
|
|
volumes:
|
|
volumes:
|
|
- - .:/app
|
|
|
|
|
|
+ - .:/fixer
|
|
environment:
|
|
environment:
|
|
PHP_IDE_CONFIG: serverName=php-cs-fixer
|
|
PHP_IDE_CONFIG: serverName=php-cs-fixer
|
|
PHP_CS_FIXER_ALLOW_XDEBUG: 1
|
|
PHP_CS_FIXER_ALLOW_XDEBUG: 1
|
|
@@ -47,9 +47,9 @@ services:
|
|
sphinx-lint:
|
|
sphinx-lint:
|
|
build:
|
|
build:
|
|
target: sphinx-lint
|
|
target: sphinx-lint
|
|
- working_dir: /app
|
|
|
|
|
|
+ working_dir: /fixer
|
|
volumes:
|
|
volumes:
|
|
- - .:/app
|
|
|
|
|
|
+ - .:/fixer
|
|
|
|
|
|
markdown-lint:
|
|
markdown-lint:
|
|
image: registry.gitlab.com/pipeline-components/markdownlint:latest
|
|
image: registry.gitlab.com/pipeline-components/markdownlint:latest
|