mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	web-app-chess: refactor runtime & entrypoint
- Move entrypoint to files/ and deploy via copy - Parameterize APP_KEY_FILE, data dir, and entrypoint paths - Require explicit PORT/PG envs (remove fallbacks) - Drop stray header from config/main.yml - Dockerfile: use templated data dir & entrypoint; keep node user - Compose: set custom image, adjust volume mapping - env: derive APP_SCHEME from WEB_PROTOCOL; NODE_ENV from ENVIRONMENT - tasks: add 01_core and simplify main to include it Ref: https://chatgpt.com/share/68b851c5-4dd8-800f-8e9e-22b985597b8f
This commit is contained in:
		| @@ -1,8 +1,3 @@ | ||||
| --- | ||||
| - block: | ||||
|   - name: "load docker, db and proxy for {{ application_id }}" | ||||
|     include_role: | ||||
|       name: sys-stk-full-stateful | ||||
|  | ||||
|   - include_tasks: utils/run_once.yml | ||||
| - name: "Include core routines for '{{ application_id }}'" | ||||
|   include_tasks: "01_core.yml" | ||||
|   when: run_once_web_app_chess is not defined | ||||
		Reference in New Issue
	
	Block a user