question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Provide docker-compose file in git repository

See original GitHub issue

Just a recommendation, it would be easier if a docker-compose.yaml file is provided at the root of the git repo.

Then deployment would be as easy as docker-compose up -d for noob developers or for those who want to skip overhead of tweaking every config.

By, ~ Ankur Paul code-server ❤️r

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
bpmctcommented, Apr 6, 2021

@nooobcoder I noticed you included a self-signed cert. I think we can probably remove this from the upstream copy. Thoughts?

0reactions
stale[bot]commented, Apr 27, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How can I make docker-compose build an image from a ...
If you want to use a Dockerfile that's located inside the repo and the repo is public, your best guess is to use...
Read more >
How to Put Docker Compose Files Under Git Version Control
Step 1 — Creating a Repository for Compose Files ... Set up a Git repository where you will keep all your Compose files...
Read more >
docker/compose: Define and run multi-container ... - GitHub
Docker Compose is a tool for running multi-container applications on Docker defined using the Compose file format. A Compose file is used to...
Read more >
Compose file build reference - Docker Documentation
Compose file build reference. Compose specification is a platform-neutral way to define multi-container applications. A Compose implementation focusing on ...
Read more >
How to "docker-compose build" a service from code located in ...
Run a Git daemon to use the git:// protocol: git daemon --base-path=. --export-all (in /home/nou/code ); Running a Git daemon from within Docker...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found