Final cleanup of docker configs

pull/1139/head
Rick Carlino 2019-04-04 10:59:37 -05:00
parent 33d14bac2f
commit f3cd4d7301
2 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,7 @@ services:
env_file: .env
environment: ["RABBITMQ_CONFIG_FILE=/farmbot/farmbot_rmq_config"]
expose: ["15672"] # Management API (optional)
ports: ["5672", "1883", "8883", "3002"]
ports: ["3002:15675", "5672", "1883", "8883"]
volumes: ["./docker_volumes/rabbit:/farmbot"]
web:

View File

@ -57,6 +57,7 @@ sudo docker-compose run web rake assets:precompile
# Run the server! ٩(^‿^)۶
# NOTE: DONT TRY TO LOGIN until you see a message similar to this:
# "✨ Built in 44.92s"
# THIS MAY TAKE A VERY LONG TIME ON SLOW MACHINES (~3 minutes on DigitalOcean)
# You will just get an empty screen otherwise.
# This only happens during initialization
sudo docker-compose up