Skip to content

Instantly share code, notes, and snippets.

@f1r3starter
Created January 5, 2016 12:39
Show Gist options
  • Save f1r3starter/51ebed47710d2cde43d4 to your computer and use it in GitHub Desktop.
Save f1r3starter/51ebed47710d2cde43d4 to your computer and use it in GitHub Desktop.
fpm-orakul:
image: fpm-orakul
links:
- memcached
volumes:
- /var/www/html/orakul-dev:/var/www/orakul
fpm-taro:
build: ./php-fpm
links:
- memcached
volumes:
- /var/www/html/taro-dev:/var/www/taro
memcached:
image: memcached
ports:
- 11211:1080
nginx:
image: nginx-with-modules
links:
- fpm-orakul
- fpm-taro
ports:
- 80:80
- 443:443
volumes:
- /var/www/html/orakul-dev:/var/www/orakul
- /var/www/html/taro-dev:/var/www/taro
- ./nginx:/etc/nginx
- ./log/nginx:/var/log/nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment