| 
									
										
										
										
											2023-06-13 02:11:23 +02:00
										 |  |  | CONTEXT=ux_vilnius | 
					
						
							| 
									
										
										
										
											2022-06-04 04:15:59 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Set something sensible here and uncomment | 
					
						
							|  |  |  | # --- | 
					
						
							| 
									
										
										
										
											2022-06-04 23:36:18 +02:00
										 |  |  | {%- set components = cookiecutter.__component_list_slug.split(',') -%} | 
					
						
							| 
									
										
										
										
											2022-06-04 04:15:59 +02:00
										 |  |  | {% for component in components %} | 
					
						
							|  |  |  | # {{ component.upper() }}_VERSION=x.y.z | 
					
						
							|  |  |  | {%- endfor %} | 
					
						
							| 
									
										
										
										
											2023-06-11 22:49:45 +02:00
										 |  |  | {%- for component in components %} | 
					
						
							|  |  |  | {%- if loop.first %} | 
					
						
							|  |  |  | # {{ component.upper() }}_VIP=10.1.1.2 | 
					
						
							| 
									
										
										
										
											2023-10-13 02:06:56 +02:00
										 |  |  | # {{ component.upper() }}_BUILD_DATE=20230731 | 
					
						
							| 
									
										
										
										
											2023-06-11 22:49:45 +02:00
										 |  |  | {%- endif %} | 
					
						
							|  |  |  | {%- endfor %} | 
					
						
							| 
									
										
										
										
											2022-06-04 04:15:59 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Feel free to leave defaults. They apply while these vars are commented out | 
					
						
							|  |  |  | # --- | 
					
						
							|  |  |  | # RESTARTPOLICY=unless-stopped | 
					
						
							|  |  |  | # TIMEZONE=Etc/UTC | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-06-11 23:19:49 +02:00
										 |  |  | # Subnet to use for this Docker Compose project. Docker defaults to | 
					
						
							|  |  |  | # container networks in prefix 172.16.0.0/12 which is 1 million addresses in | 
					
						
							|  |  |  | # the range from 172.16.0.0 to 172.31.255.255. Docker uses 172.17.0.0/16 for | 
					
						
							|  |  |  | # itself. Use any sensible prefix in 172.16.0.0/12 here except for Docker's | 
					
						
							|  |  |  | # own 172.17.0.0/16. | 
					
						
							|  |  |  | # --- | 
					
						
							|  |  |  | SUBNET=172.30.95.0/24 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-10-08 17:41:59 +02:00
										 |  |  | # See 'compose.override.yaml' for how to make a variable available in | 
					
						
							| 
									
										
										
										
											2022-06-04 04:15:59 +02:00
										 |  |  | # a Dockerfile | 
					
						
							|  |  |  | # --- | 
					
						
							|  |  |  | # EXAMPLE_ARG_FROM_ENV_FILE=must_be_available_in_dockerfile |