Skip to content

Commit

Permalink
Merge pull request #51 from freezingsaddles/use-external-beanstalkd
Browse files Browse the repository at this point in the history
Fix beanstalkd ref, deploy via actions
  • Loading branch information
obscurerichard authored Jan 1, 2025
2 parents a268560 + ebbc22b commit a2cef4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
awslogs-stream: dd-agent

beanstalkd:
image: freezingsaddles/freezing-beanstalk:${FREEZING_BEANSTALK_TAG:-latest}
image: freezingsaddles/freezing-beanstalkd:${FREEZING_BEANSTALKD_TAG:-latest # yamllint disable-line rule:line-length
hostname: beanstalkd
container_name: beanstalkd
volumes:
Expand Down
2 changes: 1 addition & 1 deletion example.env
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ FREEZING_REGISTER_FQDN=register.example.com
FREEZING_WEB_FQDN=example.com,www.example.com

# Set the docker tags to run
FREEZING_BEANSTALK_TAG=latest
FREEZING_BEANSTALKD_TAG=latest
FREEZING_NQ_TAG=latest
FREEZING_SYNC_TAG=latest
FREEZING_WEB_TAG=latest
Expand Down

0 comments on commit a2cef4a

Please sign in to comment.