dockerize
This commit is contained in:
		
							
								
								
									
										7
									
								
								compose.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								compose.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| services: | ||||
|   web: | ||||
|     build: . | ||||
|     environment: | ||||
|       - RAILS_MASTER_KEY | ||||
|     ports: | ||||
|       - "7128:80" | ||||
| @@ -48,7 +48,7 @@ production: | ||||
|     adapter: mysql2 | ||||
|     username: <%= Rails.application.credentials.dig(:dbuser) %> | ||||
|     password: <%= Rails.application.credentials.dig(:dbpassword) %> | ||||
|     host: 100.110.222.7 | ||||
|     host: 127.0.0.1 | ||||
|     port: 3306 | ||||
|     database: gambo | ||||
|   cache: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user