mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Removed anonymous docker volumes and decoupelt container bug
This commit is contained in:
		| @@ -47,14 +47,9 @@ | ||||
|   meta: flush_handlers | ||||
|  | ||||
| - name: "Set OpenProject settings via rails" | ||||
|   vars: | ||||
|     rails_env: "RAILS_ENV=production" | ||||
|     rails_cmd: "bundle exec rails runner" | ||||
|   docker_container: | ||||
|     name: openproject-web | ||||
|     command: > | ||||
|       bash -c "cd /app && | ||||
|       {{ rails_env }} {{ rails_cmd }} 'Setting[:{{ item.key }}] = {{ item.value | to_json }}'" | ||||
|   command: > | ||||
|     docker compose exec web bash -c "cd /app && | ||||
|     RAILS_ENV=production bundle exec rails runner 'Setting[:{{ item.key }}] = {{ item.value | to_json }}'" | ||||
|   loop: "{{ openproject_rails_settings | dict2items }}" | ||||
|  | ||||
| - name: Setup LDAP | ||||
|   | ||||
		Reference in New Issue
	
	Block a user