1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00
Files
wrestlingdev.com/deploy/docker-compose-common.yml

26 lines
425 B
YAML

app:
image: wrestlingdev
ports:
- "80:80"
- "443:443"
jobs:
image: wrestlingdev
command: bundle exec rake:jobs
db:
image: mysql:5.5
ports:
- "3306:3306"
volumes:
- /srv/docker/mysql:/var/lib/mysql
email:
image: postfix
memcached:
image: memcached
mem_limit: 64000000
worker:
image: wrestlingdev
command: /bin/bash -c "cd /rails && bundle exec rake jobs:work RAILS_ENV=production"