Provide docker-compose file in git repository
See original GitHub issueJust 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:
- Created 2 years ago
- Reactions:3
- Comments:8 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@nooobcoder I noticed you included a self-signed cert. I think we can probably remove this from the upstream copy. Thoughts?
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.