Added discourse to central db network

This commit is contained in:
Kevin Veen-Birkenbach 2024-01-05 12:52:22 +01:00
parent 730fe76c0f
commit 924786955e
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,5 @@
# Ansible Role: Docker-Discourse
@TODO Database needs to be decoupled
This Ansible role sets up Discourse, a popular open-source discussion platform, using Docker containers. It is designed to automate the deployment and configuration process of Discourse, making it easier to maintain and update.
---

View File

@ -125,3 +125,7 @@ run:
## After getting the first signup email, re-comment the line. It only needs to run once.
#- exec: rails r "SiteSetting.notification_email='info@unconfigured.discourse.org'"
- exec: echo "End of custom commands"
docker_args:
- --network=central_{{ database_type }}_network
- --name=discourse_application