Skip to content

Instantly share code, notes, and snippets.

@officel
Created June 4, 2019 15:32
Show Gist options
  • Save officel/ef11dec887539fef17d497d47a93e56f to your computer and use it in GitHub Desktop.
Save officel/ef11dec887539fef17d497d47a93e56f to your computer and use it in GitHub Desktop.
CloudAMQP PHP exsample on docker
version: "2"
services:
php:
image: my_php
volumes:
- .:/var/www/test
working_dir: /var/www/test
composer:
image: composer
volumes:
- ./:/app
# my_php は別途ビルドしているイメージを流用
# RUN docker-php-ext-install bcmath してある php:fpm-alpine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment