代码拉取完成,页面将自动刷新
version: '3.0'
volumes:
postgres_data:
services:
rabbitmq:
image: rabbitmq:3.8.2
hostname: rabbitmq
environment:
# RABBITMQ_DEFAULT_VHOST: "XXX" #默认虚拟机名
RABBITMQ_DEFAULT_USER: edgeai
RABBITMQ_DEFAULT_PASS: p123456
ports:
- "8012:15672" #管理界面ui端口
# - "4369:4369" #erlang发现口
- "8010:5672" #client端通信口
# - "1883:1883"
# - "25672:25672" #server间内部通信口
db:
image: postgres
volumes:
- postgres_data:/var/lib/postgresql/data
environment:
POSTGRES_USER: postgres
POSTGRES_DB: project_development
POSTGRES_PASSWORD: p12345678
app:
build:
context: .
# command: bundle exec rails s -p 3000 -b '0.0.0.0'
# command: bash -c "rm -rf tmp/pids/server.pid && bundle exec rails s -e development -p 3000 -b '0.0.0.0' "
# command: bash -c "rm -rf tmp/pids/server.pid && bundle exec rails s -e production -p 3000 -b '0.0.0.0' "
command: bash -c "sleep 10 && rm -rf tmp/pids/server.pid && bundle exec rails s -e production -p 3000 -b '0.0.0.0' "
#command: bundle exec guard -i
#command: foreman start -f Procfile.dev -p 3000
volumes:
- .:/project
ports:
- "8011:3000"
depends_on:
- db
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。