mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Updated baserow CSP adn variables for new Infinito.Nexus structure
This commit is contained in:
		| @@ -2,8 +2,8 @@ | ||||
|  | ||||
|   application: | ||||
| {% include 'roles/docker-container/templates/base.yml.j2' %} | ||||
|     image: "{{ baserow_image }}:{{ baserow_version }}" | ||||
|     container_name: {{ baserow_name }} | ||||
|     image: "{{ BASEROW_IMAGE }}:{{ BASEROW_VERSION }}" | ||||
|     container_name: {{ BASEROW_CONTAINER }} | ||||
|     volumes: | ||||
|       - data:/baserow/data | ||||
|     ports: | ||||
| @@ -13,6 +13,6 @@ | ||||
|  | ||||
| {% include 'roles/docker-compose/templates/volumes.yml.j2' %} | ||||
|   data: | ||||
|     name: {{ baserow_volume }} | ||||
|     name: {{ BASEROW_VOLUME }} | ||||
|  | ||||
| {% include 'roles/docker-compose/templates/networks.yml.j2' %} | ||||
		Reference in New Issue
	
	Block a user