mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-21 20:31:02 +01:00
Added discourse to central db network
This commit is contained in:
parent
730fe76c0f
commit
924786955e
@ -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.
|
||||
|
||||
---
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user