12 lines
629 B
YAML
12 lines
629 B
YAML
### Tools (./apps/tools/docker-compose.yml)
|
|
# - [ ] Create services for Nextcloud, LimeSurvey, and LinkStack
|
|
# - [ ] Configure volumes for persistent storage of files, survey data, and link management data
|
|
# - [ ] Set up environment variables using the new structure (../../env/${ENVIRONMENT:-development}/tools.env)
|
|
# - [ ] Configure networking to expose these services to the internet via the proxy
|
|
# - [ ] Set up regular backup jobs for critical data in these services
|
|
|
|
include:
|
|
- path: ./nextcloud/docker-compose.yml
|
|
- path: ./limesurvey/docker-compose.yml
|
|
- path: ./invoiceninja/dockerfiles/debian/docker-compose.yml
|