mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Solved docker refactoring bug
This commit is contained in:
		| @@ -12,7 +12,7 @@ | ||||
|       - "127.0.0.1:{{ports.localhost.http.bluesky_api}}:{{ container_port }}" | ||||
|  | ||||
| {% include 'roles/docker-container/templates/healthcheck/wget.yml.j2' %} | ||||
| {% include 'roles/docker-compose/templates/networks.yml.j2' %} | ||||
| {% include 'roles/docker-container/templates/networks.yml.j2' %} | ||||
|  | ||||
| #  Deactivated for the moment @see https://github.com/bluesky-social/social-app | ||||
|   web: | ||||
| @@ -33,7 +33,7 @@ | ||||
|       interval: 30s | ||||
|       timeout: 10s | ||||
|       retries: 3 | ||||
| {% include 'roles/docker-compose/templates/networks.yml.j2' %} | ||||
| {% include 'roles/docker-container/templates/networks.yml.j2' %} | ||||
|  | ||||
| {% include 'roles/docker-compose/templates/volumes.yml.j2' %} | ||||
|   pds_data: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user