compose files for basically all apps
This commit is contained in:
9
apps/develop/docker-compose.yml
Normal file
9
apps/develop/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
### Develop (./apps/develop/docker-compose.yml)
|
||||
# - [ ] Create services for Gitea, Jenkins, and Adminer
|
||||
# - [ ] Configure volumes for persistent storage of Git repositories, Jenkins data, and Adminer settings
|
||||
# - [ ] Set up environment variables using the new structure (../../env/${ENVIRONMENT}/develop.env)
|
||||
# - [ ] Configure networking to allow these services to communicate with each other and the necessary application services
|
||||
# - [ ] Set up access controls and security measures for development tools
|
||||
|
||||
include:
|
||||
- ./gitea/docker-compose.yml
|
Reference in New Issue
Block a user