Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

216
Views
DOCKER for setting up BitBucket

I want to setup BitBucket on a my server. BitBucket needs Web Server and Postgresql Db server.

So can I setup a docker container with all these installed. My goal is also to create a single script which can setup the above environment, without the need to give difficult instructions to someone and download binaries individually, setup start-up etc..

Please point me in the correct direction.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

You can run both servers with official images:

  • Bitbucket with the image atlassian/bitbucket-server and
  • PostgreSQL with the image postgres.

Follow the descriptions there. Be aware that you need to use data-volumes to persist the Bitbucket repositories and the PostgreSQL database files.

To link both together, an easy way would be to use Docker compose. Or use

docker run --link postgres-container-name bitbucket.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!