Skip to content

Commit

Permalink
update dev compose file for single host deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
thepsalmist committed Jul 9, 2024
1 parent 673d6df commit 314a94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ services:
ports:
# For connecting to through a SSH tunnel
# MAKE SURE to BLOCK THIS PORT in provision/roles/docker/tasks/iptables.yml
- "15672:15672"
- "15674:15672"
deploy:
# DNSRR disabled as it's not supported with published ports.
<<: *misc-apps_deploy_placement_constraints
Expand Down Expand Up @@ -1304,7 +1304,7 @@ volumes:
driver_opts:
type: none
o: bind
device: ../volumes/mediacloud/mediacloud/vol_rabbitmq_data
device: ../volumes/mediacloud/vol_rabbitmq_data

# OpenDKIM configuration and keys
vol_opendkim_config:
Expand Down

0 comments on commit 314a94f

Please sign in to comment.