Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
LibreCodeCoop
/
nextcloud-docker-development
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
30
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: multi instance compose
- #116
#116
Merged
YvesCesar
merged 29 commits into
main
LibreCodeCoop/nextcloud-docker-development:main
from
feat/multi-instance-compose
LibreCodeCoop/nextcloud-docker-development:feat/multi-instance-compose
Copy head branch name to clipboard
Aug 12, 2026
Conversation
Commits
29
(29)
Checks
Files changed
Merged
feat: multi instance compose
#116
YvesCesar
merged 29 commits into
main
LibreCodeCoop/nextcloud-docker-development:main
from
feat/multi-instance-compose
LibreCodeCoop/nextcloud-docker-development:feat/multi-instance-compose
Copy head branch name to clipboard
Commits
Commits on Aug 12, 2026
chore: execute services using profile
Show description for be21f6f
vitormattos
committed
be21f6f
View commit details
Copy full SHA for be21f6f
Browse repository at this point
fix: remove container name
Show description for c6d93b1
vitormattos
committed
c6d93b1
View commit details
Copy full SHA for c6d93b1
Browse repository at this point
chore: remove the uless-stopped to be possible don't start this service
Show description for cf504a1
vitormattos
committed
cf504a1
View commit details
Copy full SHA for cf504a1
Browse repository at this point
feat: use published hange to define host ports
Show description for 1272a0b
vitormattos
committed
1272a0b
View commit details
Copy full SHA for 1272a0b
Browse repository at this point
chore: use command to define the command to be executed when started
Show description for 35fe09b
vitormattos
committed
35fe09b
View commit details
Copy full SHA for 35fe09b
Browse repository at this point
feat: use an entrypoint to choose the service that will shutdown
Show description for bea94fa
vitormattos
committed
bea94fa
View commit details
Copy full SHA for bea94fa
Browse repository at this point
feat: create the database provider script
Show description for fcd99e1
vitormattos
committed
fcd99e1
View commit details
Copy full SHA for fcd99e1
Browse repository at this point
chore: use master as default Nextcloud server version
Show description for cc26632
vitormattos
committed
cc26632
View commit details
Copy full SHA for cc26632
Browse repository at this point
chore: says that the .env is optional
Show description for 6447473
vitormattos
committed
6447473
View commit details
Copy full SHA for 6447473
Browse repository at this point
chore: improve meaning
Show description for be246e9
vitormattos
committed
be246e9
View commit details
Copy full SHA for be246e9
Browse repository at this point
chore: Remove from service the responsability to says the host port
Show description for e2ec0ab
vitormattos
committed
e2ec0ab
View commit details
Copy full SHA for e2ec0ab
Browse repository at this point
chore: rename the Nextcloud entrypoint to prevent issues
Show description for b8385ca
vitormattos
committed
b8385ca
View commit details
Copy full SHA for b8385ca
Browse repository at this point
chore: rename database entrypoint
Show description for 08456ca
vitormattos
committed
08456ca
View commit details
Copy full SHA for 08456ca
Browse repository at this point
chore: simplify README
Show description for 0b687ce
vitormattos
committed
0b687ce
View commit details
Copy full SHA for 0b687ce
Browse repository at this point
feat: simplify to customize PHP ini files
Show description for 79038b9
vitormattos
committed
79038b9
View commit details
Copy full SHA for 79038b9
Browse repository at this point
chore: update advanced setup with new instructions
Show description for f1e752f
vitormattos
committed
f1e752f
View commit details
Copy full SHA for f1e752f
Browse repository at this point
chore: make possible to have only a database instance
Show description for db0474c
vitormattos
committed
db0474c
View commit details
Copy full SHA for db0474c
Browse repository at this point
fix: volume paths
Show description for 0d356fb
vitormattos
committed
0d356fb
View commit details
Copy full SHA for 0d356fb
Browse repository at this point
feat: make the ip binding flexible
Show description for 7977702
vitormattos
committed
7977702
View commit details
Copy full SHA for 7977702
Browse repository at this point
feat: make https port configurable
Show description for 26896f5
vitormattos
committed
26896f5
View commit details
Copy full SHA for 26896f5
Browse repository at this point
fix: markdown code block
Show description for 8d8378f
vitormattos
committed
8d8378f
View commit details
Copy full SHA for 8d8378f
Browse repository at this point
chore: list available databases
Show description for 39463cb
vitormattos
committed
39463cb
View commit details
Copy full SHA for 39463cb
Browse repository at this point
fix: small changes
Show description for 7800c75
vitormattos
committed
7800c75
View commit details
Copy full SHA for 7800c75
Browse repository at this point
feat: add WARNING to development environment
Show description for 9fb7de7
vitormattos
committed
9fb7de7
View commit details
Copy full SHA for 9fb7de7
Browse repository at this point
feat(php): allow native Xdebug mode selection
Show description for 603277a
vitormattos
committed
603277a
View commit details
Copy full SHA for 603277a
Browse repository at this point
feat(compose): expose native XDEBUG_MODE
Show description for 3b4d81e
vitormattos
committed
3b4d81e
View commit details
Copy full SHA for 3b4d81e
Browse repository at this point
docs(advanced): document XDEBUG_MODE
Show description for b24eaec
vitormattos
committed
b24eaec
View commit details
Copy full SHA for b24eaec
Browse repository at this point
ci(compose): validate Compose configurations
Show description for 98645ce
vitormattos
committed
98645ce
View commit details
Copy full SHA for 98645ce
Browse repository at this point
ci: remove redundant Compose validation workflow
Show description for 9041189
vitormattos
committed
9041189
View commit details
Copy full SHA for 9041189
Browse repository at this point
You can’t perform that action at this time.