10 lines
548 B
YAML
10 lines
548 B
YAML
### 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
|