We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c983b commit 8a18964Copy full SHA for 8a18964
docker-compose-publish.yml
@@ -0,0 +1,21 @@
1
+version: '3'
2
+
3
+services:
4
+ fpm:
5
+ build:
6
+ context: php${PHP_VERSION}/fpm
7
+ args:
8
+ PHP_ENABLE_REDIS: ${PHP_ENABLE_REDIS}
9
+ PHP_ENABLE_XDEBUG: ${PHP_ENABLE_XDEBUG}
10
+ PHP_ENABLE_MONGODB: ${PHP_ENABLE_MONGODB}
11
+ image: readymadehost/symfony-dev-docker-php${PHP_VERSION}-fpm:latest
12
13
+ cli:
14
15
+ context: php${PHP_VERSION}/cli
16
17
+ NODE_VERSION: ${NODE_VERSION}
18
19
20
21
+ image: readymadehost/symfony-dev-docker-php${PHP_VERSION}-cli:latest
0 commit comments