Skip to content

Commit

Permalink
Added Beanstalkd admin console at localhost:2080 to docker compose de…
Browse files Browse the repository at this point in the history
…v setup
  • Loading branch information
lux committed Feb 4, 2022
1 parent 3d54a2d commit eb3a48f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ services:
- "11300:11300"
networks:
- app-network
beanstalk-console:
image: schickling/beanstalkd-console
environment:
AUTH: enable
AUTH_USERNAME: bean_admin
AUTH_PASSWORD: bean_pass
depends_on:
- beanstalkd
ports:
- "2080:2080"
networks:
- app-network
www:
image: elefant-dev
environment:
Expand Down

0 comments on commit eb3a48f

Please sign in to comment.