Merge branch 'master' of github.com:kevinveenbirkenbach/server-playbook

This commit is contained in:
Kevin Veen-Birkenbach 2023-12-11 12:49:36 +01:00
commit cc27860886
2 changed files with 5 additions and 1 deletions

View File

@ -162,6 +162,7 @@ Dedicated to Docker container setups and application management, offering a wide
- **[Docker Attendize](./roles/docker-attendize/)**: Setup for the Attendize event management tool.
- **[Docker Baserow](./roles/docker-baserow/)**: Deployment of Baserow, an open-source no-code database tool.
- **[Docker BigBlueButton](./roles/docker-bigbluebutton/)**: Setup for the BigBlueButton video conferencing tool.
- **[Docker Discourse](./roles/docker-discourse/)**: Setup of Discouse a forum and community platform.
- **[Docker ELK](./roles/docker-elk/)**: Elasticsearch, Logstash, and Kibana (ELK) stack setup.
- **[Docker Funkwhale](./roles/docker-funkwhale/)**: Deployment of Funkwhale, a federated music streaming server.
- **[Docker Gitea](./roles/docker-gitea/)**: Setup for the Gitea git server.

View File

@ -10,6 +10,7 @@ services:
- ./env
volumes:
- "application_data:/var/www/storage"
- "bootstrap:/var/www/bootstrap"
- "./env:/var/www/.env"
ports:
- "{{http_port}}:80"
@ -25,6 +26,7 @@ services:
- ./env
volumes:
- "application_data:/var/www/storage"
- "bootstrap:/var/www/bootstrap"
- "./env:/var/www/.env"
entrypoint: /worker-entrypoint.sh
depends_on:
@ -65,4 +67,5 @@ services:
volumes:
database:
redis_data:
application_data:
application_data:
bootstrap: